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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...
paulg@google.com
2009-03-30
1
-2
/
+2
*
Use HTTP status return code to make SDCH handling more robust.
jar@chromium.org
2009-03-30
2
-2
/
+2
*
Platform cleanup in chrome UI tests.
phajdan.jr@chromium.org
2009-03-30
1
-3
/
+4
*
Add more of the server-side plumbing for extension APIs. Also
aa@chromium.org
2009-03-28
1
-0
/
+4
*
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
3
-0
/
+14
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
6
-29
/
+42
*
Move message flags into a separate header that can be used
tc@google.com
2009-03-27
2
-0
/
+54
*
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
*
Refactor plugin process code which checks with the browser process before shu...
jam@chromium.org
2009-03-27
7
-48
/
+90
*
Hide StatsTable behind --enable-stats-table.
mbelshe@google.com
2009-03-27
2
-0
/
+4
*
Correctly position windows that are detached during a drag, instead of relyin...
pinkerton@chromium.org
2009-03-27
2
-1
/
+14
*
Modify the save as code to be able to display the new enhanced
nsylvain@chromium.org
2009-03-26
1
-2
/
+8
*
No gears.dll on non-Windows systems.
evan@chromium.org
2009-03-26
1
-0
/
+5
*
Fix/punt on a bunch of NOTIMPLEMENTEDs.
evan@chromium.org
2009-03-26
2
-5
/
+5
*
Expose whether we're in private browsing mode to plugins.I chose to implement...
jam@chromium.org
2009-03-26
1
-1
/
+2
*
Block Oriya locale on Windows XP.
jungshik@google.com
2009-03-26
6
-0
/
+53
*
Fix the path layout in both bookmark manager and download location. (issue 8997)
xji@chromium.org
2009-03-26
2
-51
/
+33
*
Revert "Fix/punt on a bunch of NOTIMPLEMENTEDs."
evan@chromium.org
2009-03-25
2
-5
/
+5
*
Fix/punt on a bunch of NOTIMPLEMENTEDs.
evan@chromium.org
2009-03-25
2
-5
/
+5
*
Chrome changes to support cached form submissions.
darin@chromium.org
2009-03-25
2
-8
/
+52
*
Rewrite GetTextDirection() to call GetTextDirectionForLocale(locale_name), which
jungshik@google.com
2009-03-25
3
-23
/
+61
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
1
-0
/
+11
*
Fix branding problem
jrg@chromium.org
2009-03-25
1
-1
/
+1
*
Implement default css for toolstrips.
aa@chromium.org
2009-03-24
1
-0
/
+7
*
fix win build
estade@chromium.org
2009-03-24
1
-0
/
+4
*
fix win build
estade@chromium.org
2009-03-24
1
-0
/
+1
*
Implement basic ShowItemInFolder for linux.
estade@chromium.org
2009-03-24
8
-69
/
+154
*
Switch some more ASCII locale code wstrings to strings.
estade@chromium.org
2009-03-24
2
-8
/
+7
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
1
-2
/
+14
*
Finish hooking up the worker process UI: use the domains of the workers as th...
jam@chromium.org
2009-03-24
2
-13
/
+4
*
Chrome side of webkit merge from r41860 to 41906.
tc@google.com
2009-03-23
1
-2
/
+1
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
1
-0
/
+19
*
Port more UI tests to Linux.
phajdan.jr@chromium.org
2009-03-23
1
-0
/
+8
*
Remove the old and no longer used SafeBrowsing storage
paulg@google.com
2009-03-21
2
-5
/
+0
*
Pressing the Del key while a item is selected in the autocomplete popup delet...
jcampan@chromium.org
2009-03-20
1
-0
/
+6
*
Adds a bookmark menu. This is experimental. To turn on you need
sky@google.com
2009-03-20
2
-0
/
+5
*
Better IPC logging on POSIX:
phajdan.jr@chromium.org
2009-03-20
2
-4
/
+8
*
Removes all use of COM and dependencies on Windows-specific classes (includin...
klink@chromium.org
2009-03-20
4
-118
/
+24
*
Add #include <fcntl.h>
patrick@chromium.org
2009-03-20
1
-0
/
+1
*
Render into a ChromeCanvasPaint object in a RootView under Linux.
erg@google.com
2009-03-19
3
-1
/
+6
*
Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.
darin@chromium.org
2009-03-19
5
-72
/
+68
*
Fix single-process ui test failures from my previous change. The problem was...
jam@chromium.org
2009-03-18
1
-3
/
+1
*
Refactor sandboxing code so that it can be used by worker processes.
jam@chromium.org
2009-03-18
2
-5
/
+1
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
3
-30
/
+146
*
Ports all of the chrome/browser/history code to use FilePath, except
estade@chromium.org
2009-03-18
2
-4
/
+4
*
Make startup_tests build and work on Mac.
phajdan.jr@chromium.org
2009-03-18
1
-0
/
+9
*
Let checkdeps ignore #if 0 blocks. Also strip lines of leading/trailing white...
thestig@chromium.org
2009-03-18
1
-3
/
+0
[next]