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
*
Re-land add UTF8 versions of GetString and GetStringF. This is useful for
tc@google.com
2009-04-09
2
-0
/
+39
*
Skia: Fix skia compile error with newer gcc versions.
agl@chromium.org
2009-04-09
1
-0
/
+2
*
Add a const cast.
erg@google.com
2009-04-09
1
-1
/
+2
*
Implement Printer Preference Persistence (Step 1/3)
maruel@chromium.org
2009-04-09
5
-6
/
+84
*
fix build bustage
darin@chromium.org
2009-04-09
1
-1
/
+1
*
Switch to using WebPoint, WebRect, and WebSize in more of the glue
darin@chromium.org
2009-04-09
31
-230
/
+313
*
DevTools: Cache resources before attach, hide agents behind the flag.
pfeldman@chromium.org
2009-04-09
9
-63
/
+112
*
Reverting 13419.
pfeldman@chromium.org
2009-04-09
9
-110
/
+62
*
DevTools: Cache resource metainfo even when debugger agent is not attached.
pfeldman@chromium.org
2009-04-09
9
-62
/
+110
*
Delete Chrome extensions related registry entries on uninstall.
kuchhal@chromium.org
2009-04-09
1
-0
/
+11
*
Move to custom painting the omnibox results with GDK.
deanm@chromium.org
2009-04-09
2
-51
/
+168
*
Min XP Service Pack required is two not one.
kuchhal@chromium.org
2009-04-09
1
-2
/
+2
*
Implemented navigation through the search results (jump to next/next)
serya@google.com
2009-04-09
2
-20
/
+83
*
rebase and more minor changes.
aa@chromium.org
2009-04-09
15
-179
/
+118
*
Implement stop/go button for Linux.
willchan@chromium.org
2009-04-09
11
-40
/
+452
*
One of my recent CL added triggering form autofill when clicking an already f...
jcampan@chromium.org
2009-04-09
3
-11
/
+25
*
Flaky tests from the past few hours. It's not totally
ojan@google.com
2009-04-09
1
-2
/
+5
*
Check that the ExtensionFunction has a callback for attempting to send a resp...
rafaelw@chromium.org
2009-04-09
1
-1
/
+3
*
TBR: Skip ExtensionContentScriptInjectTest.Simple in purify.
aa@chromium.org
2009-04-09
3
-167
/
+3
*
Add an insert tab animation for the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
2
-2
/
+264
*
linux: offset toolbar graphic so tabs merge in properly.
evan@chromium.org
2009-04-09
3
-6
/
+7
*
Revert "Add UTF8 versions of GetString and GetStringF. This is useful for"
tc@google.com
2009-04-09
2
-39
/
+0
*
Fix leak in ChromeURLRequestContext. I read the code wrong; we
aa@chromium.org
2009-04-09
2
-10
/
+2
*
When a DOMUI dialog contains HTML with a select or a text-field which would h...
jcampan@chromium.org
2009-04-09
1
-1
/
+2
*
Add UTF8 versions of GetString and GetStringF. This is useful for
tc@google.com
2009-04-09
2
-0
/
+39
*
Copy text selection from renderer to browser every time it changes.
estade@chromium.org
2009-04-09
8
-127
/
+12
*
Fix a missing #include in the mac source.
thestig@chromium.org
2009-04-09
1
-0
/
+1
*
Scaffolding cleanup.
thestig@chromium.org
2009-04-08
6
-105
/
+26
*
Distributor logo and " - App Name" shouldn't be shown on app frame windows.
ben@chromium.org
2009-04-08
7
-5
/
+31
*
Skia: Merge upstream's r149.
agl@chromium.org
2009-04-08
3
-3
/
+230
*
Linux: Hook up confirm info bar buttons. Session restore works.
estade@chromium.org
2009-04-08
1
-2
/
+30
*
When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...
finnur@chromium.org
2009-04-08
32
-85
/
+190
*
Properly handle empty components when converting url_parse::Parsed object.
estade@chromium.org
2009-04-08
2
-0
/
+4
*
Reverting dfisher changes 133386 and 13381
cpu@google.com
2009-04-08
30
-307
/
+222
*
fix mac bustage
darin@chromium.org
2009-04-08
1
-3
/
+6
*
Rebase purify test filters. The signature to Browser::AddTabWithURL() changed...
aa@chromium.org
2009-04-08
2
-58
/
+77
*
Fix for invocation over deprecated protocol handler
cpu@google.com
2009-04-08
1
-28
/
+8
*
A few more flaky tests. I think we're converging on
ojan@google.com
2009-04-08
1
-5
/
+6
*
Implement mouse input handling for the close button in the Linux tabstrip.
jhawkins@chromium.org
2009-04-08
6
-18
/
+131
*
Switch to using WebPoint, WebRect, and WebSize in more of the glue
darin@chromium.org
2009-04-08
29
-219
/
+301
*
Remove superfluous depends now that WebString isn't in IPC anymore.
agl@chromium.org
2009-04-08
1
-4
/
+0
*
Use histogram in AudioRendererHost to measure IPC audio latency
hclam@chromium.org
2009-04-08
1
-2
/
+17
*
Remove more unneeded scaffolding.
thestig@chromium.org
2009-04-08
15
-91
/
+14
*
Print times for individual tests that take longer than 1 second to run.
ojan@google.com
2009-04-08
2
-5
/
+36
*
posix: make ctl-C work within gdb for dropping to a console.
evan@chromium.org
2009-04-08
2
-1
/
+17
*
Remove reference to non-existent file in GYP.
agl@chromium.org
2009-04-08
1
-1
/
+0
*
Add aa's Event class to our javascript bindings and use it in our extension
mpcomplete@google.com
2009-04-08
14
-188
/
+383
*
Add gyp-generated XCode and SCons files to svn:ignore.
sgk@google.com
2009-04-08
0
-0
/
+0
*
Try one more time to check in http://codereview.chromium.org/60112
aa@chromium.org
2009-04-08
26
-132
/
+595
*
Linux cflag changes:
sgk@google.com
2009-04-08
3
-4
/
+11
[next]