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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of MessageLoop* caching in extensions code.
jam@chromium.org
2009-10-30
32
-361
/
+315
*
[Mac] Implement form resubmission warning dialog
thakis@chromium.org
2009-10-30
4
-1
/
+154
*
Based on the rest of the codebase, I think we're supposed to #include chromiu...
pkasting@chromium.org
2009-10-30
3
-4
/
+3
*
Re-enable the warm perf load test.
chase@chromium.org
2009-10-30
1
-1
/
+1
*
Fix linux view build breakage.
chocobo@google.com
2009-10-30
1
-10
/
+10
*
Fix build breakage.
chocobo@google.com
2009-10-30
1
-2
/
+2
*
Disable form entry while sending credentials.
tim@chromium.org
2009-10-30
1
-1
/
+6
*
Move chromeos code to namespace chromeos.
chocobo@google.com
2009-10-30
51
-192
/
+354
*
Fix for crash when a bookmark URL is an empty string
tim@chromium.org
2009-10-30
2
-4
/
+6
*
Revert r30541 since it's still breaking browser_tests
ben@chromium.org
2009-10-30
4
-36
/
+40
*
Change the extension.onRequest even to include the sender info.
mpcomplete@chromium.org
2009-10-29
5
-39
/
+179
*
Unflaky tests.
thakis@chromium.org
2009-10-29
1
-4
/
+2
*
Rework the way the FindBrowserWithProfile/Type methods work.
ben@chromium.org
2009-10-29
4
-40
/
+36
*
Some new tab ui fixes.
tony@chromium.org
2009-10-29
2
-9
/
+18
*
Fixing test name (misspelled - Extensio8nL10n, should be ExtensionL10n).
cira@chromium.org
2009-10-29
1
-1
/
+1
*
Original discussion in CL for 337010. See http://codereview.chromium.org/337...
mrossetti@chromium.org
2009-10-29
8
-79
/
+342
*
GTK: add back toolbar border.
estade@chromium.org
2009-10-29
2
-1
/
+16
*
- Removes fallback from Prefs to LoadExtension on UI thread.
cira@chromium.org
2009-10-29
4
-18
/
+76
*
Use the new SearchVersusNavigateClassifier in BrowserRootView. Patch by Thia...
pkasting@chromium.org
2009-10-29
2
-20
/
+14
*
A bit of polish for the extensions page.
finnur@chromium.org
2009-10-29
1
-5
/
+5
*
Taking advantage of new configuration inheritance option.
bradnelson@chromium.org
2009-10-29
1
-26
/
+0
*
Remove the element_ member of FormField, as we don't use it and shouldn't be ...
jhawkins@chromium.org
2009-10-29
2
-25
/
+13
*
GTK Improve look of about dialog.
estade@chromium.org
2009-10-29
1
-38
/
+63
*
Remove out of date comment.
ben@chromium.org
2009-10-29
1
-1
/
+0
*
If we remove a search engine from our prepopulate data, remove it from the us...
pkasting@chromium.org
2009-10-29
3
-10
/
+77
*
Fix and re-enable a test I broke with the find bar changes I made last night.
ben@chromium.org
2009-10-29
7
-16
/
+27
*
Fix typo in Event.hasListener().
aa@chromium.org
2009-10-29
1
-1
/
+1
*
Mailto links should not include mailto: when copying to the clipboard.
finnur@chromium.org
2009-10-29
1
-1
/
+4
*
New event style for pageAction API.
asargent@chromium.org
2009-10-29
8
-18
/
+125
*
Fix transparent windowless plugin background painting. This would manifest
brettw@chromium.org
2009-10-29
2
-20
/
+21
*
Random style fixes in the database backend.
brettw@chromium.org
2009-10-29
2
-26
/
+26
*
NTP: Allow hiding tips and bookmark sync.
arv@chromium.org
2009-10-29
13
-37
/
+194
*
Try to force plugins to use software rendering until we can support
amanda@chromium.org
2009-10-29
1
-0
/
+10
*
Linux: Remove unnecessary time_linux.cc from sync code.
craig.schlenter@chromium.org
2009-10-29
2
-8
/
+0
*
Convert ReplaceStringPlaceholders(std::string...) to take a
tony@chromium.org
2009-10-29
2
-9
/
+7
*
Gosh, fix a typo to really fix the tree.
munjal@chromium.org
2009-10-29
1
-1
/
+1
*
Fix the warning treated as error on linux 64 bit build of
munjal@chromium.org
2009-10-29
1
-2
/
+2
*
Hoist bug reporting code out of bug_report_view so that it can be used cross-...
mirandac@chromium.org
2009-10-29
4
-192
/
+298
*
Don't use NSEvent currentEvent for the event that starts the context menu, it...
pinkerton@chromium.org
2009-10-29
1
-2
/
+17
*
Try to revive the revision 30441 which was reverted in 30443.
munjal@chromium.org
2009-10-29
2
-6
/
+87
*
GTK: center browser action badge correctly.
estade@chromium.org
2009-10-29
1
-6
/
+8
*
GTK: redraw browser action when badge text changes.
estade@chromium.org
2009-10-29
1
-0
/
+1
*
Hide the theme install bubble a little earlier.
estade@chromium.org
2009-10-29
5
-1
/
+38
*
Disable FindInPageTest.FocusRestore, which is killing the Interactive Tests bot
stuartmorgan@chromium.org
2009-10-29
1
-1
/
+2
*
Binary theme resources for notifications. Really part of previous patch but ...
johnnyg@chromium.org
2009-10-29
3
-2
/
+2
*
Factor search vs. navigate classification into its own file to make it more b...
pkasting@chromium.org
2009-10-29
9
-83
/
+156
*
Put TabGtk's Observer inside a scoped_ptr.
thestig@chromium.org
2009-10-29
2
-4
/
+25
*
Adds UI components for desktop notifications, including balloon view classes ...
johnnyg@chromium.org
2009-10-29
16
-201
/
+1281
*
Lower priorities of background tabs on linux.
davemoore@chromium.org
2009-10-29
1
-4
/
+1
*
Fix unit test memory leak introduced by my ChromeThread change.
jam@chromium.org
2009-10-29
1
-6
/
+16
[next]