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
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
21
-104
/
+159
*
Start/stop Web Socket Secure server if necessary.
yuzo@chromium.org
2009-10-16
1
-1
/
+6
*
Support WSS in websocket_server.py.
yuzo@chromium.org
2009-10-16
1
-17
/
+64
*
Kill WebViewDelegate::WasOpenedByUserGesture, and instead have
darin@chromium.org
2009-10-16
5
-15
/
+12
*
Mark globalhistory tests as WONTFIX.
dglazkov@chromium.org
2009-10-16
1
-9
/
+4
*
Remove flaky expectations for accessibility tests. They were put in out of la...
dglazkov@chromium.org
2009-10-16
1
-2
/
+0
*
Attempt to fix the build by adding an include.
dglazkov@chromium.org
2009-10-16
1
-0
/
+1
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
10
-54
/
+141
*
Move autofill related WebView{Delegate} methods into the WebKit API.
darin@chromium.org
2009-10-16
27
-294
/
+335
*
Fix 'Create an account' and 'Help' links on gaia login dialog.
tim@chromium.org
2009-10-16
1
-4
/
+4
*
Re-enable worker-script-error.html in ui_test now
levin@chromium.org
2009-10-16
1
-2
/
+1
*
Flesh out the intro and summary for the debugging tutorial
kathyw@google.com
2009-10-16
3
-105
/
+258
*
TBR: nick@chromium.org
akalin@chromium.org
2009-10-16
19
-155
/
+101
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
19
-101
/
+155
*
Fix build bustage of 29235
hclam@chromium.org
2009-10-16
1
-1
/
+1
*
Add regressions from reducing testshell timeout. Not really
ojan@chromium.org
2009-10-16
1
-2
/
+6
*
Hook up ClientToServerResponse::THROTTLED to the client sync loop.
tim@chromium.org
2009-10-16
15
-36
/
+159
*
Report stalled event correctly for <video>
hclam@chromium.org
2009-10-16
9
-153
/
+375
*
Removing a synchronous pause that reduces impact on the IO thread
hclam@chromium.org
2009-10-16
1
-36
/
+63
*
Fix an erroneous set of tab change notifications sent whenever closing a tab ...
pkasting@chromium.org
2009-10-16
1
-3
/
+3
*
Minor fix to some instructions.
kathyw@google.com
2009-10-16
2
-2
/
+14
*
Remove suppression for 20939, fixed in webkit r49609.
mattm@chromium.org
2009-10-16
1
-7
/
+0
*
Default to building for the same architecture as the build host.
mmoss@chromium.org
2009-10-16
1
-2
/
+13
*
Let cmd-` switch windows again.
thakis@chromium.org
2009-10-16
1
-0
/
+25
*
Within libjingle, add an abstraction of winsock initialization.
nick@chromium.org
2009-10-16
7
-20
/
+140
*
Reduce the testshell watchdog timeout to just be the timeout
ojan@chromium.org
2009-10-16
4
-6
/
+8
*
Update the terms or service.
laforge@chromium.org
2009-10-16
46
-2415
/
+2617
*
Revert "Move scripting / v8 related methods out of WebKit.h"
tony@chromium.org
2009-10-16
9
-139
/
+54
*
Enable certificate revocation and EV certificate validation for Mac
hawk@chromium.org
2009-10-16
2
-4
/
+13
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
9
-54
/
+139
*
Update test expectations post-WebKit merge 49640:49597
jeremy@chromium.org
2009-10-16
1
-0
/
+2
*
Added link to bookmarks example.
kathyw@google.com
2009-10-15
2
-0
/
+10
*
Convert the HTTP cache to use FilePath rather than wstring for the
tony@chromium.org
2009-10-15
7
-20
/
+22
*
GTK: Add theme install bubble.
estade@chromium.org
2009-10-15
4
-2
/
+203
*
DevTools: now really fix TestProfilerTab (forgot to include the second file).
mnaganov@chromium.org
2009-10-15
1
-2
/
+2
*
Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith.
darin@chromium.org
2009-10-15
2
-10
/
+71
*
Fix status area to use icognito mode background when in icognito mode.
chocobo@google.com
2009-10-15
2
-10
/
+18
*
Disabling failing ExternalCookieHandlerTest tests
oshima@chromium.org
2009-10-15
1
-3
/
+3
*
Tidy up the bookmarks doc. Hide parts that still need updating.
kathyw@google.com
2009-10-15
3
-173
/
+141
*
Fix removing of entries in the JSON that pass all runs and have
ojan@chromium.org
2009-10-15
1
-1
/
+1
*
[Mac] UMA histogram for uncaught NSExceptions.
shess@chromium.org
2009-10-15
4
-0
/
+170
*
DevTools: fix the TestProfilerTab test.
mnaganov@chromium.org
2009-10-15
1
-4
/
+1
*
[Mac] Trim Omnibox hints as field shrinks.
shess@chromium.org
2009-10-15
13
-138
/
+434
*
Disable -fexceptions in Breakpad. I made the Mac Breakpad framework buildable
mark@chromium.org
2009-10-15
2
-6
/
+1
*
Invoke the right method (invokeDefault) if a plugin calls NPN_InvokeDefault o...
jam@chromium.org
2009-10-15
1
-1
/
+5
*
This moves the Cg libs into a library directory under the product dir,
gspencer@google.com
2009-10-15
6
-6
/
+30
*
WebKit merge 49640:49597
jeremy@chromium.org
2009-10-15
2
-1
/
+11
*
Facelifts to sync UI
tim@chromium.org
2009-10-15
74
-214
/
+596
*
Committing for Steven who got LGTM from here:
mad@chromium.org
2009-10-15
13
-358
/
+455
*
Get the nexe name from NaCl and send the NaCl process handle and pid to the r...
gregoryd@google.com
2009-10-15
8
-40
/
+87
[next]