index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
gtk
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement the core functionality of the gtk task manager.
jhawkins@chromium.org
2009-07-01
2
-52
/
+273
*
More new tab button tweaks. I'm leaving tab_start_x as I suspect I'm
sky@chromium.org
2009-07-01
1
-15
/
+5
*
DevTools: Add docked pane into the browser view.
pfeldman@chromium.org
2009-07-01
2
-0
/
+5
*
Ensure bookmark title truncation always produces a valid UTF-8 string.
craig.schlenter@chromium.org
2009-07-01
1
-6
/
+11
*
Bookmark manager polish:
estade@chromium.org
2009-07-01
2
-19
/
+111
*
Don't try to optimize out browser window reshapes.
estade@chromium.org
2009-07-01
2
-12
/
+0
*
Update the browser window's shape on state change.
estade@chromium.org
2009-06-30
2
-3
/
+15
*
Add a skeleton UI for the gtk task manager.
jhawkins@chromium.org
2009-06-30
4
-15
/
+186
*
Fix a bug where we were getting a resize cursor near the top of the web
tc@google.com
2009-06-30
1
-2
/
+9
*
Make the Linux location bar SSL icon padding match Windows.
deanm@chromium.org
2009-06-30
1
-2
/
+2
*
GTK custom frame: Don't show the border when maximized. Enlarge the close but...
estade@chromium.org
2009-06-30
4
-9
/
+33
*
More web contents dragging.
estade@chromium.org
2009-06-29
11
-120
/
+159
*
Make tabstrip flush with top of titlebar when custom frame is enabled and bro...
estade@chromium.org
2009-06-29
2
-4
/
+21
*
Fix a bug where all clicks in app mode windows would result in a window move.
tc@google.com
2009-06-29
1
-4
/
+10
*
GTK: Drags from bookmark menus to the bookmark bar.
erg@google.com
2009-06-29
6
-130
/
+244
*
update dnd registry enum to work properly with bitmask
estade@chromium.org
2009-06-29
1
-4
/
+4
*
Two fixes for tab dragging in gtk:
jhawkins@chromium.org
2009-06-29
1
-0
/
+6
*
GTK DND:
estade@chromium.org
2009-06-29
9
-79
/
+146
*
Replace DeleteSoon with PostTask(DeleteTask) in browser_window_gtk for browse...
pfeldman@chromium.org
2009-06-29
1
-1
/
+5
*
Fix SSL icon padding in Location Bar in Gtk.
ukai@chromium.org
2009-06-29
2
-32
/
+59
*
Finish the gtk search engine manager.
mattm@chromium.org
2009-06-27
2
-23
/
+353
*
Add more privacy prefs
mattm@chromium.org
2009-06-27
1
-24
/
+222
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
17
-228
/
+242
*
Fix a crash that happens when changing themes.
tc@google.com
2009-06-26
3
-22
/
+55
*
Add stubs for the rest of the gtk advanced options sections. Hook up the rese...
mattm@chromium.org
2009-06-26
3
-2
/
+135
*
GTK bookmark manager: workaround for multi row dragging.
estade@chromium.org
2009-06-26
2
-14
/
+78
*
Fix download shelf z ordering during close.
estade@chromium.org
2009-06-26
1
-3
/
+11
*
Fix two issues with Drag-N-Drop in gtk tabstrip:
jhawkins@chromium.org
2009-06-26
2
-2
/
+37
*
Foundations for gtk advanced options page.
mattm@chromium.org
2009-06-26
5
-44
/
+271
*
Enable back the test disabled in r19348,r19345 since dank disabled them from
nirnimesh@chromium.org
2009-06-26
1
-3
/
+0
*
Fix breakage
nirnimesh@chromium.org
2009-06-26
1
-1
/
+3
*
Disabling BookmarkEditorGtkTest::ModelsMatch_Test
nirnimesh@chromium.org
2009-06-26
1
-1
/
+2
*
Changes the image used for the new tab button.
sky@chromium.org
2009-06-26
1
-0
/
+8
*
More BIDI support:
estade@chromium.org
2009-06-26
3
-6
/
+18
*
Remove unused num_rows argument to OptionsLayoutBuilderGtk
mattm@chromium.org
2009-06-25
4
-4
/
+4
*
Fix another bookmark manager crasher.
estade@chromium.org
2009-06-25
2
-4
/
+35
*
Add a function to ResourceBundle to allow loading images that will mirror in ...
estade@chromium.org
2009-06-25
4
-59
/
+23
*
Linux: add Alt-n keys for switching tabs.
agl@chromium.org
2009-06-25
1
-0
/
+12
*
GTK: Another attempt at fixing gtk_floating_container_forall() crasher.
erg@google.com
2009-06-25
2
-10
/
+12
*
Show EV cert info text next to security icon.
ukai@chromium.org
2009-06-25
2
-56
/
+88
*
Revert r19162,19179 as they caused the toolbar and bookmark bar to regress an...
estade@chromium.org
2009-06-25
2
-33
/
+22
*
Paint the spy guy.
estade@chromium.org
2009-06-25
4
-13
/
+83
*
Update WebKit to 45111 and Skia to 239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Fork bookmark context menu logic across platforms. There's too much crazy stu...
ben@chromium.org
2009-06-25
6
-3
/
+745
*
bookmarks dnd:
estade@chromium.org
2009-06-25
4
-18
/
+32
*
Add support for RTL languages in the gtk bookmark bar.
jhawkins@chromium.org
2009-06-24
2
-42
/
+33
*
Avoid setting a widget's allocation outside of a widget implementation.
estade@chromium.org
2009-06-24
2
-13
/
+5
*
Add support for RTL languages in the gtk toolbar layout.
jhawkins@chromium.org
2009-06-24
1
-14
/
+34
*
GTK: When a browser is shown to the user, it should immediatly become the
erg@google.com
2009-06-24
1
-0
/
+9
*
Make find bar match label pretty.
estade@chromium.org
2009-06-24
2
-12
/
+46
[prev]
[next]