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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename a variable to avoid shadowing.
dpranke@google.com
2009-10-29
1
-3
/
+3
*
Adds default implementations to WebFrameClient
yaar@chromium.org
2009-10-29
4
-139
/
+49
*
Taking advantage of new configuration inheritance option.
bradnelson@chromium.org
2009-10-29
3
-117
/
+47
*
Rename PrioritizedIOBuffer to FlipIOBuffer, refactor it into
mbelshe@google.com
2009-10-29
3
-0
/
+74
*
Roll 4 revisions.
ajwong@chromium.org
2009-10-29
1
-1
/
+1
*
Remove the element_ member of FormField, as we don't use it and shouldn't be ...
jhawkins@chromium.org
2009-10-29
5
-43
/
+18
*
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
*
Remove unused files.
stoyan@google.com
2009-10-29
2
-287
/
+0
*
Mailto links should not include mailto: when copying to the clipboard.
finnur@chromium.org
2009-10-29
1
-1
/
+4
*
Instantiate a dummy notification service instance in chrome frame on the thread
ananta@chromium.org
2009-10-29
1
-0
/
+3
*
Set LINT_IGNORE_REGEX to not try to lint files using webkit coding standards
dpranke@google.com
2009-10-29
1
-0
/
+1
*
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
3
-84
/
+85
*
First attempt at fixing a crash that occurs when we get into WebFrameLoaderCl...
japhet@chromium.org
2009-10-29
1
-2
/
+5
*
NTP: Allow hiding tips and bookmark sync.
arv@chromium.org
2009-10-29
13
-37
/
+194
*
Bisect script should exit gracefully when not enough revisions are present
nirnimesh@chromium.org
2009-10-29
1
-1
/
+4
*
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
5
-20
/
+20
*
Add some missing includes to libjingle.
craig.schlenter@chromium.org
2009-10-29
2
-0
/
+2
*
Ignore output to stdout that comes before we've started loading a test.
ojan@chromium.org
2009-10-29
2
-3
/
+19
*
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 the -fvisibility=hidden flag for tcmalloc
timurrrr@chromium.org
2009-10-29
1
-0
/
+3
*
Move webworker{client}_impl.{h,cc} into webkit/api/src
yaar@chromium.org
2009-10-29
12
-1227
/
+1203
*
Linux: Add missing include.
craig.schlenter@chromium.org
2009-10-29
1
-0
/
+1
*
Disable FindInPageTest.FocusRestore, which is killing the Interactive Tests bot
stuartmorgan@chromium.org
2009-10-29
1
-1
/
+2
*
Suppress warnings below AudioQueueDispose
timurrrr@chromium.org
2009-10-29
1
-0
/
+8
*
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
7
-19
/
+134
*
Mark destroy-during-npp-new as flaky-crash on Mac
stuartmorgan@chromium.org
2009-10-29
1
-1
/
+1
*
Fix unit test memory leak introduced by my ChromeThread change.
jam@chromium.org
2009-10-29
2
-15
/
+16
*
FLIP: fix new[]/delete mismatch.
agl@chromium.org
2009-10-29
1
-1
/
+1
*
Uninstall themes after the undo infobar goes away.
tony@chromium.org
2009-10-29
5
-13
/
+40
*
Only use std::string when generating the NTP CSS. This saves
tony@chromium.org
2009-10-29
3
-33
/
+29
*
DevTools: wire up timeline panel to Chrome!
pfeldman@chromium.org
2009-10-29
1
-0
/
+3
[prev]
[next]