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
...
*
Gets TabIconView compiling on linux.
sky@chromium.org
2009-05-29
2
-2
/
+14
*
Stub out a couple of methods in BookmarkDragData.
sky@chromium.org
2009-05-29
1
-0
/
+9
*
Add duplicate 'conditions' blocks that define the '<(BRANDING)'
sgk@google.com
2009-05-29
1
-0
/
+36
*
Ensure that Firefox search engines are imported correctly.
mirandac@chromium.org
2009-05-29
1
-25
/
+46
*
Add new Linux packaging file to build output.
mmoss@chromium.org
2009-05-29
1
-0
/
+1
*
Disable more flaky tests.
tc@google.com
2009-05-29
1
-1
/
+3
*
Changing these to be executable.
bradnelson@google.com
2009-05-29
2
-0
/
+0
*
Disable memory tests that are failing after recent webkit merges.
tc@google.com
2009-05-29
1
-2
/
+2
*
Adding more Webkit tests to the failure list to get the build green(er).
finnur@chromium.org
2009-05-29
1
-1
/
+4
*
Fix app/locales/locales.gyp path.
sgk@google.com
2009-05-29
1
-1
/
+1
*
Reverting 17183 since it caused linux unit_test breakage.
maruel@chromium.org
2009-05-29
2
-16
/
+4
*
Disable the failing UI test. I filed a P1 bug on it.
brettw@chromium.org
2009-05-29
1
-1
/
+4
*
More expectation changes from the WebKit merge.
brettw@chromium.org
2009-05-29
1
-2
/
+4
*
Add new failing WebKit tests to the expectations file.
brettw@chromium.org
2009-05-29
1
-3
/
+8
*
Fix more test list errors.
brettw@chromium.org
2009-05-29
1
-2
/
+2
*
Fix the test expectations file by removing duplicate names.
brettw@chromium.org
2009-05-29
1
-1
/
+0
*
WebKit merge 44202:44252
brettw@chromium.org
2009-05-29
2
-5
/
+20
*
A change made yesterday caused us not to include any of the toolkit_views rules
davemoore@chromium.org
2009-05-29
1
-8
/
+3
*
Fix namespace to ultimately compile on Mac
pinkerton@chromium.org
2009-05-29
1
-2
/
+2
*
Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile...
pinkerton@chromium.org
2009-05-29
11
-252
/
+895
*
svn:ignore gmock_main.scons which started to be generated in revision 17066.
maruel@chromium.org
2009-05-29
0
-0
/
+0
*
svn:ignore binaries added in revision 16826.
maruel@chromium.org
2009-05-29
0
-0
/
+0
*
Scale backing store cache size.
deanm@chromium.org
2009-05-29
2
-4
/
+16
*
Move a few functions commonly called with char* to StringPiece.
deanm@chromium.org
2009-05-29
4
-9
/
+10
*
Update V8 in Chromium to version 1.2.6.
sgjesse@chromium.org
2009-05-29
1
-1
/
+1
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
51
-19
/
+61
*
Headers cleanup in chrome/common
phajdan.jr@chromium.org
2009-05-29
21
-32
/
+30
*
DevTools: decouple class and method names from RPC message arguments. That wo...
yurys@google.com
2009-05-29
20
-101
/
+203
*
DEPS roll for gyp SCons generator that copies symlinks.
sgk@google.com
2009-05-29
1
-1
/
+1
*
chrome.gyp fixes to preserve various build behaviors
sgk@google.com
2009-05-29
1
-1
/
+52
*
Fixing more bustage by ifdefing out Windows-only code.
ben@chromium.org
2009-05-29
2
-1
/
+19
*
Fix unit test bustage by making sure ExtensionView::ViewHierarchyChanged call...
ben@chromium.org
2009-05-29
3
-0
/
+9
*
fix bustage by not compiling windows-specific code on other platforms.
ben@chromium.org
2009-05-29
1
-0
/
+4
*
fix bustage by not compiling windows-specific code on other platforms.
ben@chromium.org
2009-05-29
1
-1
/
+5
*
Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...
ben@chromium.org
2009-05-29
44
-632
/
+712
*
Remember the intermediate CA certs if the server sends them to us.
ukai@chromium.org
2009-05-29
2
-10
/
+147
*
A bit more clean up for Linux upload crash dump.
thestig@chromium.org
2009-05-29
1
-7
/
+9
*
Detach verify thread from NSPR on linux.
ukai@chromium.org
2009-05-29
1
-0
/
+14
*
Gets NativeTabContentsContainerGtk to compile and removes some
sky@chromium.org
2009-05-29
4
-28
/
+4
*
linux: wrap prefs checkbox in options window.
evan@chromium.org
2009-05-29
1
-2
/
+10
*
Pressing "enter" while the JS prompt text entry has focus should
tc@google.com
2009-05-29
1
-1
/
+3
*
Fixed a bug with the unit_tests, which caused it to leave hebrew enabled
hbono@chromium.org
2009-05-29
3
-15
/
+46
*
Re-add the code to only add sse2 flags on Chromium builds. It
tc@google.com
2009-05-29
1
-3
/
+9
*
Get textfield to compile on linux.
sky@chromium.org
2009-05-29
2
-1
/
+11
*
Add Linux packaging tools to the build output and the buildbot archive.
mmoss@chromium.org
2009-05-29
3
-384
/
+501
*
Allow passing in a file path to a file that will be used for the new new tab
arv@google.com
2009-05-29
2
-4
/
+50
*
Fix branded resource buiding.
jrg@chromium.org
2009-05-29
2
-3
/
+13
*
Gets GoButton to compile on Linux.
sky@chromium.org
2009-05-29
2
-4
/
+13
*
Hoist TrimHttpPrefix() so we only have one copy, not one per provider.
pkasting@chromium.org
2009-05-29
8
-55
/
+37
*
Treat alt-(arrows/pgup/pgdn) like alt was not pressed. There's no reason to ...
pkasting@chromium.org
2009-05-29
1
-1
/
+2
[prev]
[next]