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
...
*
Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...
hclam@chromium.org
2009-03-30
2
-2
/
+11
*
FFmpeg Audio decoder glue code
hclam@chromium.org
2009-03-30
1
-0
/
+2
*
Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...
paulg@google.com
2009-03-30
18
-186
/
+247
*
Decoders now use standard callback mechanism for Reads. Removed Assignable<>...
ralphl@chromium.org
2009-03-30
2
-6
/
+6
*
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
*
The NativeButton HWND would not be created yet when we were setting the initi...
jcampan@chromium.org
2009-03-30
1
-5
/
+5
*
Use HTTP status return code to make SDCH handling more robust.
jar@chromium.org
2009-03-30
2
-2
/
+2
*
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
*
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
*
Make version rule's path assumptions less specific.
robertshield@google.com
2009-03-30
1
-1
/
+1
*
Revert 12763.
jianli@chromium.org
2009-03-30
7
-601
/
+0
*
Enable worker layout tests. In order for test_shell to run worker, we link al...
jianli@chromium.org
2009-03-30
7
-0
/
+601
*
Switching media to gyp under windows.
bradnelson@google.com
2009-03-30
1
-2
/
+2
*
A workaround fix for Issue 3693.
hbono@chromium.org
2009-03-30
1
-0
/
+6
*
Remove NOTIMPLEMENTED bits for fast shutdown code on non-Windows.
evan@chromium.org
2009-03-29
1
-8
/
+0
*
Fix crash that occurs when the about:network window is closed while still
darin@chromium.org
2009-03-28
1
-0
/
+1
*
Fix linux build.
aa@chromium.org
2009-03-28
1
-1
/
+0
*
Add more of the server-side plumbing for extension APIs. Also
aa@chromium.org
2009-03-28
21
-94
/
+437
*
Build fix.
abarth@chromium.org
2009-03-28
1
-1
/
+1
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
9
-2
/
+37
*
It looks like the Chrome NPAPI plugin installer has been broken since we firs...
ananta@chromium.org
2009-03-28
2
-1
/
+411
*
A crash report from the field reports that we are removing a SafeBrowsingBloc...
jcampan@chromium.org
2009-03-28
1
-2
/
+5
*
This CL fixes a lint issue -- line exceeding 80 characters.
xji@chromium.org
2009-03-28
1
-1
/
+2
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
19
-91
/
+130
*
The URL in the bug triggers an SSL interstitial for a redirect that redirects...
jcampan@chromium.org
2009-03-27
3
-2
/
+64
*
Fix build in release mode.
tc@google.com
2009-03-27
1
-1
/
+2
*
Move message flags into a separate header that can be used
tc@google.com
2009-03-27
15
-75
/
+84
*
Fixed a lot threading issues during tear down of <video>
hclam@chromium.org
2009-03-27
6
-84
/
+94
*
Properly fix menu display when using dark system themes.
evan@chromium.org
2009-03-27
3
-14
/
+4
*
Fix assertion that was firing in unit tests.
jam@chromium.org
2009-03-27
1
-3
/
+6
*
Add another ifdef for other platforms
jam@chromium.org
2009-03-27
1
-0
/
+2
*
Fix non Windows builds.
jam@chromium.org
2009-03-27
2
-1
/
+5
*
Comment out the crashing test so the tree can be open while I fix it.
brettw@chromium.org
2009-03-27
1
-0
/
+2
*
Refactor plugin process code which checks with the browser process before shu...
jam@chromium.org
2009-03-27
31
-335
/
+116
*
Reverting 12673.
brettw@chromium.org
2009-03-27
3
-85
/
+130
*
Fix lineendings for dom ui unittest.
brettw@chromium.org
2009-03-27
1
-116
/
+116
*
Hide StatsTable behind --enable-stats-table.
mbelshe@google.com
2009-03-27
5
-5
/
+13
*
- Change alignment of 'delete this day' so it's not off floating in the middl...
glen@chromium.org
2009-03-27
1
-7
/
+7
*
Issue 348: can view old incognito cache if main process left running
idanan@chromium.org
2009-03-27
4
-7
/
+19
*
Render widget host view cursors:
estade@chromium.org
2009-03-27
6
-47
/
+67
*
Correctly position windows that are detached during a drag, instead of relyin...
pinkerton@chromium.org
2009-03-27
4
-15
/
+40
*
Fix a race condition opening a downloaded file.
paulg@google.com
2009-03-27
1
-6
/
+8
*
Fix renderer hang caused when a synchronous XHR is disallowed for security
darin@chromium.org
2009-03-27
4
-8
/
+67
*
Revert "Fix issues with DOM UI that cause focus to not be set to the URL bar ...
evan@chromium.org
2009-03-27
3
-200
/
+153
*
Fix clipping by using the correct window styles for native buttons.
ben@chromium.org
2009-03-27
5
-39
/
+40
*
Fix issues with DOM UI that cause focus to not be set to the URL bar and the
brettw@chromium.org
2009-03-27
3
-153
/
+200
[prev]
[next]