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
*
Add a command line switch to allow setting the max size
rvargas@google.com
2009-06-26
5
-28
/
+66
*
Make the new new tab page the default new tab page.
arv@google.com
2009-06-26
9
-1566
/
+195
*
Do not write magic string to registry for non Google Chrome builds.
kuchhal@chromium.org
2009-06-26
1
-1
/
+3
*
WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc...
meelapshah@chromium.org
2009-06-26
3
-6
/
+15
*
Reverting 19425.
ericroman@google.com
2009-06-26
5
-19
/
+31
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
84
-1084
/
+1196
*
Fix a crash that happens when changing themes.
tc@google.com
2009-06-26
3
-22
/
+55
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-26
5
-31
/
+19
*
Add notifications for when V8Proxy creates or destroys a V8 Context.
mpcomplete@chromium.org
2009-06-26
4
-0
/
+33
*
Missed a test that needed to be updated with r19418.
mark@chromium.org
2009-06-26
1
-7
/
+15
*
Refactor the win KeywordEditorView for cross platform friendliness.
mattm@chromium.org
2009-06-26
8
-561
/
+706
*
Use platform-appropriate newlines in JSON output.
mark@chromium.org
2009-06-26
5
-39
/
+41
*
Do some minor cleanup I noticed in SiteInstance. Before, we would parse and
brettw@chromium.org
2009-06-26
3
-19
/
+24
*
Validates links which are to be passed on to the NTP by ensuring that they st...
mirandac@chromium.org
2009-06-26
2
-8
/
+14
*
Use regular notifications for theme changes.
tc@google.com
2009-06-26
3
-4
/
+15
*
Create a webkit thread for use within the browser process. This patch also i...
jorlow@chromium.org
2009-06-26
19
-5
/
+539
*
Add stubs for the rest of the gtk advanced options sections. Hook up the rese...
mattm@chromium.org
2009-06-26
3
-2
/
+135
*
Fix 2 memory leaks in UtilityProcessHostTest.ExtensionUnpacker.
tc@google.com
2009-06-26
1
-5
/
+6
*
s/OS_MAC/OS_MACOSX/
willchan@chromium.org
2009-06-26
1
-2
/
+2
*
Makes tab overview show the arrow at the right location.
sky@chromium.org
2009-06-26
5
-10
/
+11
*
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
*
Enable extension protocols on all platforms. This should enable background p...
erikkay@google.com
2009-06-26
1
-8
/
+1
*
Fix two issues with Drag-N-Drop in gtk tabstrip:
jhawkins@chromium.org
2009-06-26
2
-2
/
+37
*
Change BrowserBubble so that clients can say if they expect canvas mirroring ...
cira@chromium.org
2009-06-26
2
-7
/
+3
*
move the ResetToDefault function for prefs to chrome/browser/options_util
mattm@chromium.org
2009-06-26
4
-54
/
+89
*
Foundations for gtk advanced options page.
mattm@chromium.org
2009-06-26
6
-44
/
+275
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
3
-4
/
+31
*
Fix crash 15371
finnur@chromium.org
2009-06-26
1
-1
/
+2
*
fix windows build break.
kuchhal@chromium.org
2009-06-26
1
-0
/
+2
*
Given the results of Rohit's investigation, I think that the times that we're
mark@chromium.org
2009-06-26
5
-34
/
+49
*
Enable Firefox import on OS X. No UI yet.
kuchhal@chromium.org
2009-06-26
11
-201
/
+352
*
Remove WebFrame::CaptureImage in favor of having consumers call Layout
darin@chromium.org
2009-06-26
2
-8
/
+16
*
Enable back the test disabled in r19348,r19345 since dank disabled them from
nirnimesh@chromium.org
2009-06-26
1
-3
/
+0
*
Adding chrome start-up parameters to information passed back in breakpad crash
cpu@google.com
2009-06-26
1
-20
/
+42
*
Fix bug when launching chrome
cpu@google.com
2009-06-26
2
-5
/
+4
*
Change ExtensionHost to use notifications
erikkay@chromium.org
2009-06-26
9
-60
/
+36
*
Remove dependency on NavigationEntry from RenderViewHost. The code for
brettw@chromium.org
2009-06-26
3
-66
/
+47
*
Reverting 19361.
davemoore@chromium.org
2009-06-26
6
-89
/
+38
*
Disable BookmarkEditorGtkTest.* instead of just one, since
dkegel@google.com
2009-06-26
1
-1
/
+1
*
Revert cl 19359 due to browser_tests timeout.
tim@chromium.org
2009-06-26
21
-207
/
+157
*
Restrict how often javascript can annoy the user with the print dialog. If a...
sverrir@google.com
2009-06-26
4
-15
/
+62
*
A recent change broke the load times. It also revealed some deficiencies.
davemoore@chromium.org
2009-06-26
6
-38
/
+89
*
DevTools Profiler: add sanity test.
mnaganov@chromium.org
2009-06-26
2
-8
/
+29
*
Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...
tim@chromium.org
2009-06-26
21
-157
/
+207
*
Don't valgrind BookmarkEditorGtkTest.EditTitleKeepsPosition,
dkegel@google.com
2009-06-26
1
-0
/
+3
*
Fix breakage
nirnimesh@chromium.org
2009-06-26
1
-1
/
+3
*
Disabling BookmarkEditorGtkTest::ModelsMatch_Test
nirnimesh@chromium.org
2009-06-26
1
-1
/
+2
*
Tweaks to tab overview to get it performant:
sky@chromium.org
2009-06-26
5
-6
/
+71
*
Changes the image used for the new tab button.
sky@chromium.org
2009-06-26
3
-0
/
+9
[next]