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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pretty up the chrome://extensions/ page a bit.
aa@chromium.org
2009-08-30
2
-173
/
+174
*
Fix warnings in Linux build.
finnur@chromium.org
2009-08-30
1
-4
/
+2
*
Experiment with dislodging the Extension Shelf and having it only appear on t...
finnur@chromium.org
2009-08-30
16
-36
/
+349
*
gtk: Schedule a paint operation for the previously selected tab when selectin...
jhawkins@chromium.org
2009-08-30
1
-0
/
+4
*
gtk: Initialize |background_offset_x_|. When rendering a dragged tab, we wer...
jhawkins@chromium.org
2009-08-30
1
-0
/
+1
*
The DomOperationNotificationObserver::Observe function can get invoked from o...
ananta@chromium.org
2009-08-29
1
-5
/
+5
*
reenable overrides test
erikkay@chromium.org
2009-08-29
1
-2
/
+8
*
Use Lucida Grande instead of Helvetica for "Show all downloads..." link in do...
thakis@chromium.org
2009-08-29
1
-0
/
+3
*
Fix a crash where we were looking for the fav icon in the wrong service.
estade@chromium.org
2009-08-29
4
-13
/
+13
*
Enable extensions by default.
aa@chromium.org
2009-08-29
8
-42
/
+16
*
Force databases and localstorage to be enabled extensions.
aa@chromium.org
2009-08-29
3
-6
/
+23
*
Implement creating shortcuts in the applications menu.
phajdan.jr@chromium.org
2009-08-28
5
-55
/
+113
*
Linux: get GNOME or KDE proxy settings.
mdm@chromium.org
2009-08-28
2
-7
/
+8
*
If a preferences file references a theme which is from an old version, or who...
mirandac@chromium.org
2009-08-28
1
-2
/
+18
*
GTK: Refactoring and rounds the "Search site for:" hint.
erg@google.com
2009-08-28
8
-198
/
+298
*
Revert "Gtk confirm form resubmission dialog." Broke linux views build.
mattm@chromium.org
2009-08-28
16
-176
/
+45
*
Gtk confirm form resubmission dialog.
mattm@chromium.org
2009-08-28
16
-45
/
+176
*
Make tips and their links readable in all themes.
mirandac@chromium.org
2009-08-28
1
-4
/
+7
*
Added notice for blocked items to the popup container
idanan@chromium.org
2009-08-28
4
-10
/
+111
*
Make the views bookmark bubble work on GTK.
brettw@chromium.org
2009-08-28
5
-36
/
+58
*
[Mac] Handle shift-delete when omnibox popup is up.
shess@chromium.org
2009-08-28
2
-0
/
+18
*
Make a bunch of backlogged breaking changes to the extensions API in prep for...
aa@chromium.org
2009-08-28
1
-3
/
+3
*
Show Make this my homepage link on new tab page.
kuchhal@chromium.org
2009-08-28
4
-1
/
+106
*
Chromium side patch for DB support on Linux.
dumi@chromium.org
2009-08-28
2
-26
/
+186
*
Adds a FaviconService class tied to the profile.
arv@google.com
2009-08-28
30
-176
/
+458
*
disable a failing test (ExtensionApiTest.Overrides)
erikkay@chromium.org
2009-08-28
1
-1
/
+1
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
79
-311
/
+135
*
[Mac] Handle middle click in autocomplete popup.
shess@chromium.org
2009-08-28
2
-2
/
+90
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
79
-135
/
+311
*
override chrome:// URLs via extensions.
erikkay@chromium.org
2009-08-28
14
-54
/
+361
*
Disable the custom frame on app mode windows. This includes the
tony@chromium.org
2009-08-28
2
-16
/
+23
*
Don't show extension disabled infobar when manually updating
aa@chromium.org
2009-08-28
8
-16
/
+62
*
Extension API Renaming/Consistency changes
rafaelw@chromium.org
2009-08-28
12
-101
/
+137
*
[Mac] Handle backspacing out of keyword search.
shess@chromium.org
2009-08-28
2
-0
/
+31
*
Disable ExtensionBrowsertest.MessagingContentScripts on linux
rafaelw@chromium.org
2009-08-28
1
-0
/
+3
*
gtk: Clip the tab title to the content height and not the font height. The f...
jhawkins@chromium.org
2009-08-28
1
-2
/
+1
*
Adds a default icon to the install dialog if the extension
aa@chromium.org
2009-08-28
4
-17
/
+18
*
Make the default ok/cancel button come from the pak files.
thomasvl@chromium.org
2009-08-28
1
-8
/
+6
*
Remove JSTemplate from NTP
arv@google.com
2009-08-28
3
-34
/
+24
*
Duplicate about_memory.html to create a Linux version.
agl@chromium.org
2009-08-28
1
-0
/
+690
*
gtk: Remove unnecessary gtk_widget_queue_draws from the tabstrip code.
jhawkins@chromium.org
2009-08-28
1
-6
/
+1
*
[Mac] Don't eat tab if tab-to-search hint not visible.
shess@chromium.org
2009-08-28
2
-9
/
+15
*
[Mac] Tweaks to Omnibox metrics.
shess@chromium.org
2009-08-28
4
-5
/
+13
*
Add background_tile_view for tiling an image as UI background (about box need...
thomasvl@chromium.org
2009-08-28
9
-65
/
+511
*
Change default homepage experience.
kuchhal@chromium.org
2009-08-28
4
-13
/
+31
*
Enable a bunch of extension browsertests for linux
rafaelw@chromium.org
2009-08-28
3
-5
/
+16
*
Fix issue 20297: Typing backspace while in a form field causes the browser to...
suzhe@chromium.org
2009-08-28
1
-0
/
+1
*
Fix theme caching on Vista 64 when default theme is installed from the theme ...
mirandac@chromium.org
2009-08-28
2
-6
/
+18
*
Reverting 24700.
avi@chromium.org
2009-08-28
22
-526
/
+181
*
Fix control key and paste behavior in Linux omnibox.
suzhe@chromium.org
2009-08-28
3
-6
/
+53
[next]