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
*
Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85
hbono@chromium.org
2009-02-26
6
-8
/
+108
*
Developer tools messages are forwarded as wrapped IPC::Messages(previously th...
yurys@google.com
2009-02-26
26
-26
/
+510
*
Add hunspell.gyp and add spellchecker.cc to chrome.gyp:browser
mark@chromium.org
2009-02-26
2
-1
/
+59
*
Un-exclude chrome_plugin_host.cc and chrome_plugin_util.cc from the gyp-based
mark@chromium.org
2009-02-26
1
-2
/
+0
*
Add webkit.gyp:webkit target.
mark@chromium.org
2009-02-26
3
-22
/
+85
*
I missed baselining one test when landing 24171
sky@google.com
2009-02-26
1
-1
/
+1
*
Revs deps to bring in latest webkit.
sky@google.com
2009-02-26
1
-1
/
+1
*
Catch webkit.gyp up to Chromium r10396 WebKit r41217.
mark@chromium.org
2009-02-26
1
-20
/
+31
*
Lands the patch for WebKit bug 24171 locally, and rebaselines the necessary l...
sky@google.com
2009-02-26
44
-126
/
+126
*
Enable the .pak files on mac builds also.
thomasvl@chromium.org
2009-02-26
1
-2
/
+3
*
Add printing.gyp
mark@chromium.org
2009-02-26
2
-0
/
+54
*
Add a test case to be sure that InstallerUtil::IsOSSupported returns
nsylvain@chromium.org
2009-02-26
1
-0
/
+6
*
Make web_drag_source.cc compile on Posix.
jhawkins@chromium.org
2009-02-26
5
-19
/
+43
*
Linux: add splash screen
agl@chromium.org
2009-02-26
6
-3
/
+106
*
Make IPC::Logging register to watch for message loop destruction.
jam@chromium.org
2009-02-26
3
-5
/
+13
*
Linux: fixes for tab contents switching
agl@chromium.org
2009-02-26
5
-7
/
+8
*
Linux: fix GDK error when switching tab contents
agl@chromium.org
2009-02-26
5
-17
/
+24
*
OS_MAC should be OS_MACOSX.
wtc@chromium.org
2009-02-26
1
-1
/
+1
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
32
-94
/
+140
*
Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix.
jhawkins@chromium.org
2009-02-26
13
-49
/
+64
*
Implements a method to enable/disable the "Remove All" button
tc@google.com
2009-02-26
3
-0
/
+9
*
Convert the jankometer NOTIMPLEMENTED()s into a bug.
evan@chromium.org
2009-02-26
1
-2
/
+2
*
Create ProfilePersonalization in the ctor of ProfileImpl instead of lazily cr...
munjal@chromium.org
2009-02-26
1
-3
/
+5
*
Hide profiles behind a command-line switch since the user-data-dir stuff
munjal@chromium.org
2009-02-26
5
-3
/
+20
*
Fix fullscreen mode opacity issues on Aero glass. We need to not extend the ...
pkasting@chromium.org
2009-02-26
5
-41
/
+64
*
Add an identity (id) to system drag & drop.
tc@google.com
2009-02-26
8
-2
/
+71
*
fix unit_tests and perf_tests on linux
tc@google.com
2009-02-26
2
-0
/
+2
*
Fix linux build part N.
darin@chromium.org
2009-02-26
1
-0
/
+1
*
This should really not be necessary, but for some reason the Mac build
darin@chromium.org
2009-02-26
2
-0
/
+8
*
roll DEPS again
darin@chromium.org
2009-02-26
1
-1
/
+1
*
roll DEPS to pick up WebKit fix
darin@chromium.org
2009-02-26
1
-1
/
+1
*
fixing linux bustage
darin@chromium.org
2009-02-26
1
-0
/
+4
*
roll DEPS to pick up compile fix
darin@chromium.org
2009-02-26
1
-1
/
+1
*
fix mac build
darin@chromium.org
2009-02-26
1
-0
/
+2
*
Fix linux build bustage.
darin@chromium.org
2009-02-26
1
-0
/
+1
*
fix build bustage
darin@chromium.org
2009-02-26
1
-0
/
+13
*
Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.
darin@chromium.org
2009-02-26
24
-160
/
+497
*
Convert some little-used process function NOTIMPLEMENTED()s into a bug.
evan@chromium.org
2009-02-26
1
-4
/
+5
*
We can get into a state where the automation framework presses the Close butt...
finnur@google.com
2009-02-26
1
-11
/
+15
*
We can get into a state where the automation framework sends a search string,...
finnur@google.com
2009-02-26
1
-0
/
+4
*
Auto install and update extensions from a registry defined location. This al...
erikkay@google.com
2009-02-26
4
-270
/
+488
*
Refactor the p13n NTP handler.
nick@chromium.org
2009-02-26
1
-1
/
+1
*
Convert sandbox NOTIMPLEMENTED()s into a bug.
evan@chromium.org
2009-02-25
1
-3
/
+6
*
Reverting 10251.
ericroman@google.com
2009-02-25
6
-3
/
+138
*
Don't accept the url "file:///" on windows (report an error).
estade@chromium.org
2009-02-25
1
-4
/
+9
*
Don't send the receiver function name in the ExternalHostBindings::ForwardMes...
ananta@chromium.org
2009-02-25
11
-34
/
+17
*
Added IsEndOfStream and IsDiscontiguous flags to buffers.
ralphl@chromium.org
2009-02-25
8
-109
/
+169
*
Defers three select tests
sky@google.com
2009-02-25
1
-7
/
+7
*
Mark merge regressions in the test list. Based on the webkit builder
tc@google.com
2009-02-25
1
-1
/
+8
*
Revert "Implement accelerators in the gtk port" at avi's request.
erg@google.com
2009-02-25
10
-167
/
+69
[next]