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
*
Update chrome.gyp for new browser/gtk/tabs/*.{cc,h} breakout.
sgk@google.com
2009-03-30
1
-2
/
+6
*
Retry of r12793: Rename some .cpp files to .cc.
evan@chromium.org
2009-03-30
5
-11
/
+11
*
Resubmit http://codereview.chromium.org/55034 with one-line fix to test_shell...
dkegel@google.com
2009-03-30
4
-142
/
+154
*
Re-baseline new font tests for Windows.
pam@chromium.org
2009-03-30
19
-8
/
+5420
*
Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...
hclam@chromium.org
2009-03-30
7
-11
/
+37
*
Switching printing to gyp on windows.
bradnelson@google.com
2009-03-30
4
-314
/
+3
*
FFmpeg Audio decoder glue code
hclam@chromium.org
2009-03-30
4
-7
/
+92
*
Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...
paulg@google.com
2009-03-30
18
-186
/
+247
*
Add histogram of total latency when we're not re-using a socket
jar@chromium.org
2009-03-30
1
-0
/
+7
*
Exclude ffmpeg_* files that don't build on Linux, too.
sgk@google.com
2009-03-30
1
-0
/
+11
*
Decoders now use standard callback mechanism for Reads. Removed Assignable<>...
ralphl@chromium.org
2009-03-30
10
-138
/
+82
*
Break out the tab rendering logic into TabGtk and TabRendererGtk.
jhawkins@chromium.org
2009-03-30
10
-646
/
+1324
*
Revert "Rename some .cpp files to .cc."
evan@chromium.org
2009-03-30
5
-6
/
+6
*
Rename some .cpp files to .cc.
evan@chromium.org
2009-03-30
5
-6
/
+6
*
Always fall through to NetResourceProvider, rather than NOTREACHED()ing here.
evan@chromium.org
2009-03-30
1
-7
/
+0
*
Linux build fixes
agl@chromium.org
2009-03-30
3
-15
/
+10
*
The NativeButton HWND would not be created yet when we were setting the initi...
jcampan@chromium.org
2009-03-30
1
-5
/
+5
*
In certain cases, the coordinates used for pattern rendering can go
senorblanco@chromium.org
2009-03-30
1
-2
/
+3
*
Chrome-side of using setKeyIdentifierFromWindowsKeyCode instead of
darin@chromium.org
2009-03-30
6
-28
/
+9
*
Add cast to fix tree bustage on mac
jar@chromium.org
2009-03-30
1
-3
/
+6
*
Linux GYP build: fix typo ("gdk"->"gtk")
agl@chromium.org
2009-03-30
1
-1
/
+1
*
Use HTTP status return code to make SDCH handling more robust.
jar@chromium.org
2009-03-30
12
-17
/
+224
*
Linux GYP build: fix typo ("gdk"->"gtk")
agl@chromium.org
2009-03-30
1
-1
/
+1
*
Based on empirical data, push chrome.dll's base address forward.
deanm@chromium.org
2009-03-30
1
-1
/
+1
*
Platform cleanup in chrome UI tests.
phajdan.jr@chromium.org
2009-03-30
2
-5
/
+9
*
Reorder d8 files in v8 gyp file.
ager@chromium.org
2009-03-30
1
-1
/
+1
*
Reverting 12776.
dkegel@google.com
2009-03-30
4
-132
/
+141
*
Add some includes needed by GCC 4.4.0
mark@chromium.org
2009-03-30
2
-0
/
+2
*
Support valgrinding layout tests.
dkegel@google.com
2009-03-30
4
-141
/
+132
*
Cleanup in automation. Remove WaitForTabCountToChange.
phajdan.jr@chromium.org
2009-03-30
10
-224
/
+109
*
Fix the DOMUIToStandard unit test and uncomment it. The NavigationController
brettw@chromium.org
2009-03-30
1
-8
/
+20
*
Fix v8.gyp after adding new platform specific d8 files.
ager@chromium.org
2009-03-30
1
-2
/
+8
*
Update V8 to version 1.1.4.
ager@chromium.org
2009-03-30
1
-1
/
+1
*
Make version rule's path assumptions less specific.
robertshield@google.com
2009-03-30
1
-1
/
+1
*
1. Added 'scripts' command response handler that populates Scripts panel with...
yurys@google.com
2009-03-30
3
-64
/
+71
*
DevTools: support null callbacks in the frontend, encapsulate node ids.
pfeldman@chromium.org
2009-03-30
3
-8
/
+5
*
Fix devtools tests.
pfeldman@chromium.org
2009-03-30
1
-2
/
+2
*
DevTools: Implement basic DOM edit operations.
pfeldman@chromium.org
2009-03-30
11
-253
/
+537
*
Revert 12763.
jianli@chromium.org
2009-03-30
18
-797
/
+7
*
Enable worker layout tests. In order for test_shell to run worker, we link al...
jianli@chromium.org
2009-03-30
18
-7
/
+797
*
Forgot to update path for webkit.sln when moving media to gyp on windows (try...
bradnelson@google.com
2009-03-30
1
-1
/
+1
*
Switching media to gyp under windows.
bradnelson@google.com
2009-03-30
7
-826
/
+66
*
Fix mismatch in sandbox ignore list (changed the target name, forgot to chang...
bradnelson@google.com
2009-03-30
0
-0
/
+0
*
A workaround fix for Issue 3693.
hbono@chromium.org
2009-03-30
1
-0
/
+6
*
Rebaseline 3 worker layout tests to count in the different messages from V8.
jianli@chromium.org
2009-03-30
6
-0
/
+54
*
Reland changes to fix the problem that DOM object is deleted in the GC thread...
jianli@chromium.org
2009-03-29
7
-382
/
+234
*
Remove NOTIMPLEMENTED bits for fast shutdown code on non-Windows.
evan@chromium.org
2009-03-29
1
-8
/
+0
*
Disable a test that's been failing since around r12725.
evan@chromium.org
2009-03-29
1
-1
/
+1
*
Fix crash that occurs when the about:network window is closed while still
darin@chromium.org
2009-03-28
1
-0
/
+1
*
Pull DEPS to pick up merge/upstream fixes.
dimich@google.com
2009-03-28
1
-1
/
+1
[next]