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
*
Make ConnectJob::ReleaseSocket() return NULL on connection error.
willchan@chromium.org
2009-07-02
3
-1
/
+6
*
Set the WebViewDelegate earlier during WebView creation to ensure that
darin@chromium.org
2009-07-02
2
-27
/
+20
*
TBR:
rafaelw@chromium.org
2009-07-02
1
-2
/
+4
*
Switch over to use V8 code generator upstream.
dglazkov@google.com
2009-07-02
4
-2977
/
+3
*
DevTools: switch to KeyboardShortcut.js from WebKit.
yurys@google.com
2009-07-02
2
-109
/
+1
*
DevTools: Set up utility context earlier (prevent from crash).
pfeldman@chromium.org
2009-07-02
5
-23
/
+30
*
reenable RenderViewHostManager browertest, add DownloadsCompleteObserver to u...
rafaelw@chromium.org
2009-07-02
3
-4
/
+116
*
This reverts 2 CLs that worked around a problem with NSGradient on 10.6,
jeremy@chromium.org
2009-07-02
1
-34
/
+5
*
We recently enabled reading sysctl values from inside the sandbox. This CL r...
jeremy@chromium.org
2009-07-02
4
-42
/
+12
*
Update V8 to version 1.2.11.1 to fix crashes when calling
ager@chromium.org
2009-07-02
1
-1
/
+1
*
Add split with devtools container into the browser view.
pfeldman@chromium.org
2009-07-02
3
-10
/
+62
*
DevTools: Move InspectorController message filtering to the injected side.
pfeldman@chromium.org
2009-07-02
2
-9
/
+8
*
Update V8 to version 1.2.11.
ager@chromium.org
2009-07-02
3
-3
/
+5
*
Fix: Off-by-one errors in loops over key codes in render_view_unittest.cc
yuzo@chromium.org
2009-07-02
1
-2
/
+2
*
Fix: Spurious SQL error message is logged in priming SQLite database cache.
yuzo@chromium.org
2009-07-02
3
-35
/
+3
*
Refactor MetaTableHelper to remove redundant table name prefixing with database
yuzo@chromium.org
2009-07-02
4
-17
/
+75
*
Paint infobar background as gradient.
estade@chromium.org
2009-07-02
1
-5
/
+33
*
Prefer arraysize() over sizeof().
cmp@google.com
2009-07-02
1
-1
/
+1
*
Roll WebKit's dep. 45453:45460
jorlow@chromium.org
2009-07-02
1
-1
/
+1
*
Removed duplicate test expectation.
scherkus@chromium.org
2009-07-02
1
-2
/
+0
*
Fix performance issues with NNTP.
arv@google.com
2009-07-02
3
-33
/
+40
*
Media layout tests are passing again.
scherkus@chromium.org
2009-07-02
1
-33
/
+5
*
Review URL: http://codereview.chromium.org/147258
ericu@google.com
2009-07-02
4
-30
/
+298
*
Add a dependency to the Mac installer build stage so that the postflight.sh s...
maf@google.com
2009-07-02
1
-3
/
+4
*
Fix leak on connection error.
willchan@chromium.org
2009-07-02
1
-2
/
+2
*
TBR: Nuke more layout tests until the focus code is updated.
jorlow@chromium.org
2009-07-02
1
-9
/
+10
*
Refactor ConnectJob and TCPConnectJob.
willchan@chromium.org
2009-07-01
5
-163
/
+291
*
Fix 15 coverity complaints.
rvargas@google.com
2009-07-01
11
-27
/
+27
*
Asynchronous initialization of media::PipelineThread
hclam@chromium.org
2009-07-01
3
-231
/
+322
*
Fix a bug in audio/video decoder that the stopped variable is not initialized
hclam@chromium.org
2009-07-01
1
-7
/
+4
*
Yet another test that should have been added to the exception list.
jorlow@chromium.org
2009-07-01
1
-0
/
+1
*
TBR: This layout tests fails on a timeout, not an error.
jorlow@chromium.org
2009-07-01
1
-1
/
+1
*
frame-tab-focus was defined twice...comment out the second version for now
jorlow@chromium.org
2009-07-01
1
-2
/
+3
*
Roll deps. Should be nothing bad.
jorlow@chromium.org
2009-07-01
1
-1
/
+1
*
Roll the WebKit Deps. 45431:45444
jorlow@chromium.org
2009-07-01
2
-1
/
+17
*
Adds some debugging code in hopes of tracking down a
sky@chromium.org
2009-07-01
3
-3
/
+19
*
Adding in most of the unit tests. This adds 406 of our unit tests
gspencer@google.com
2009-07-01
13
-113
/
+176
*
Adds user metrics for tab overview.
sky@chromium.org
2009-07-01
4
-2
/
+22
*
Fix the suppression using the output from valgrind.
ojan@google.com
2009-07-01
1
-5
/
+15
*
Remove a bunch of low-level keychain helper tests that are now redundant with...
stuartmorgan@chromium.org
2009-07-01
3
-426
/
+252
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
18
-67
/
+250
*
Call superclass's TearDown to avoid leaks.
pinkerton@chromium.org
2009-07-01
1
-4
/
+3
*
Make Linux restore Omnibox contents on tab switch.
evan@chromium.org
2009-07-01
3
-30
/
+166
*
Make the beachdemo not require LargeGeometry
gman@google.com
2009-07-01
3
-3
/
+3
*
Skip all compositing tests. We ain't got no accelerated compositing hardware ...
dglazkov@google.com
2009-07-01
1
-22
/
+3
*
Browser tests would launch disabled tests.
jcampan@chromium.org
2009-07-01
1
-0
/
+4
*
Moved typedef of RedirectList from HistoryService class to history namespace.
meelapshah@chromium.org
2009-07-01
21
-61
/
+63
*
Remark LayoutTests/plugins/netscape-plugin-map-data-to-src.html as failing ...
jam@chromium.org
2009-07-01
1
-0
/
+1
*
Fix for Windows 7
gman@google.com
2009-07-01
3
-5
/
+6
*
Reverting 19758.
mirandac@chromium.org
2009-07-01
10
-57
/
+18
[next]