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
*
Fixes multiple definitions for DragDownload.
sky@chromium.org
2009-05-27
2
-0
/
+4
*
Added support for constructor calls in the NPAPI.
sgjesse@chromium.org
2009-05-27
1
-0
/
+5
*
Fix initial window placement when dragging a tab out of the tabstrip into its...
jhawkins@chromium.org
2009-05-26
1
-2
/
+0
*
Add a single monitor implementation of WindowSizer for Linux. (try 2)
thestig@chromium.org
2009-05-26
2
-31
/
+12
*
Don't assume that the widget has a toplevel ancestor in GetTopLevel.
jhawkins@chromium.org
2009-05-26
1
-1
/
+4
*
Do a few random bits of porting for Linux.
brettw@chromium.org
2009-05-26
2
-3
/
+5
*
Rename the --proxy-bypass-urls command-line switch
wtc@chromium.org
2009-05-26
2
-4
/
+4
*
Remove unused code from ExtensionsService.
mpcomplete@google.com
2009-05-26
9
-2
/
+1372
*
Update renderers when there are zero user scripts.
aa@chromium.org
2009-05-26
2
-2
/
+3
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
5
-18
/
+19
*
Make hwnd_notification_source portable by making it use NativeWindow (and
brettw@chromium.org
2009-05-23
2
-10
/
+11
*
Change timeout settings in CacheTest to
huanr@chromium.org
2009-05-23
1
-1
/
+1
*
Avoid calling NotificationService::current() unless we have to, to prevent pr...
pkasting@chromium.org
2009-05-23
1
-7
/
+12
*
Try to fix more Mac bustage.
pkasting@chromium.org
2009-05-22
1
-7
/
+7
*
The last NotificationRegistrar patch: fix the unittests to use a registrar, a...
pkasting@chromium.org
2009-05-22
2
-75
/
+55
*
CPAPI gears drag drop and renderer IPC.
michaeln@google.com
2009-05-22
2
-1
/
+45
*
linux: Implement a first run dialog.
evan@chromium.org
2009-05-22
1
-12
/
+0
*
Reverting 16796.
thestig@chromium.org
2009-05-22
2
-0
/
+27
*
Add a single monitor implementation of WindowSizer for Linux.
thestig@chromium.org
2009-05-22
2
-27
/
+0
*
On OSX when a pipe is closed and we try to read from it errno is set to EPERM...
jeremy@chromium.org
2009-05-22
1
-0
/
+7
*
Refactor the FirstRun code into Windows-specific and portable.
evan@chromium.org
2009-05-22
1
-8
/
+20
*
Have the browser process rewrite manifest.json and theme/page action images
mpcomplete@google.com
2009-05-22
4
-24
/
+173
*
Re-do of r16741 (http://codereview.chromium.org/113482).
robertshield@google.com
2009-05-22
3
-0
/
+42
*
Revert of r16741 which appeared to cause a perf regression (???) on the build...
robertshield@google.com
2009-05-22
3
-42
/
+0
*
Adding the ability to alter Chrome's proxy settings via the automation interf...
robertshield@google.com
2009-05-22
3
-0
/
+42
*
Use gdk_window_get_origin to determine the origin of the top-level window. g...
jhawkins@chromium.org
2009-05-22
1
-1
/
+2
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-22
2
-7
/
+5
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-22
2
-9
/
+5
*
Add events to windowless plugins on linux. This CL also refactors the event
evan@chromium.org
2009-05-22
3
-73
/
+30
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-21
1
-1
/
+1
*
Implement temporary First Run Dialog on OS X
jeremy@chromium.org
2009-05-21
1
-4
/
+6
*
Fix another name I missed.
thomasvl@chromium.org
2009-05-21
1
-1
/
+1
*
Gets LocationBarView to compile on linux. PageInfoWindow is nearly
sky@chromium.org
2009-05-21
1
-0
/
+2
*
Ensure workers don't outlive crashed renderers.
jam@chromium.org
2009-05-21
1
-1
/
+3
*
Fixed on official app name used for unittests that I missed before.
thomasvl@chromium.org
2009-05-21
1
-1
/
+1
*
Move declaration of kMaxRecursionDepth out of #ifdef EXCLUDE_SKIA_DEPENDENCIE...
amit@chromium.org
2009-05-21
1
-2
/
+2
*
DevTools: On Mac, deploy inspector resources into <app_name>/Contents/Resourc...
pfeldman@chromium.org
2009-05-21
2
-7
/
+6
*
Add IPC serialization for DictionaryValue and ListValue, with unit tests.
mpcomplete@google.com
2009-05-21
3
-1
/
+300
*
Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-21
1
-1
/
+1
*
Make the NotificationRegistrar safe for use in Singletons, which may outlive ...
pkasting@chromium.org
2009-05-21
3
-5
/
+26
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-1
/
+1
*
TBR: Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-20
1
-1
/
+1
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-1
/
+1
*
Prevent an extra copy of data types that get passed into IPC messages when
mpcomplete@google.com
2009-05-20
4
-69
/
+72
*
Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht...
erikkay@google.com
2009-05-20
1
-15
/
+20
*
Add support for alternate window station.
nsylvain@chromium.org
2009-05-20
2
-3
/
+7
*
Facilitate a FieldTrial in the renderer
jar@chromium.org
2009-05-20
2
-0
/
+14
*
Adds propagation and handling of render-side focus events, for the benefit of...
klink@chromium.org
2009-05-20
2
-1
/
+12
*
Linux download shelf icons first cut.
estade@chromium.org
2009-05-20
1
-20
/
+0
*
Commit for Miranda.
glen@chromium.org
2009-05-19
2
-0
/
+7
[next]