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
*
WebKit Merge 42580:42609, Chromium side.
dglazkov@google.com
2009-04-17
60
-114
/
+76
*
Remove a hack that's no longer needed.
pinkerton@chromium.org
2009-04-17
1
-7
/
+0
*
Adding a comment stating what needs to be recompiled in orderfor changes to t...
finnur@chromium.org
2009-04-17
5
-0
/
+41
*
Valgrind reports memory leak in unit test. This is true since we had re-used...
brg@chromium.com
2009-04-17
1
-26
/
+38
*
Fixes saving files that don't have valid extensions.
avi@chromium.org
2009-04-17
4
-4
/
+16
*
Implement a unit test for the toolbar controller. Plumb the profile into the ...
pinkerton@chromium.org
2009-04-17
7
-19
/
+144
*
Reduce the false positive rate for SafeBrowsing gethash requests.
paulg@google.com
2009-04-17
4
-4
/
+27
*
Add support for startup_tests to tools/valgrind/chrome_tests.py
dkegel@google.com
2009-04-17
2
-23
/
+47
*
Fix break due to disabling Toolbar5Importer test.
scherkus@chromium.org
2009-04-17
1
-1
/
+1
*
Disabled Toolbar5ImporterTest.BookmarkParse due to failing valgrind/purify te...
scherkus@chromium.org
2009-04-17
1
-1
/
+3
*
Disable the move/size/maximize entries on the system menu in fullscreen mode....
pkasting@chromium.org
2009-04-17
1
-15
/
+23
*
Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACK
mpcomplete@google.com
2009-04-17
4
-8
/
+11
*
Add a script to make necessary zip files for chromebot
huanr@chromium.org
2009-04-17
1
-0
/
+61
*
Port page_cycler_http to Mac
nirnimesh@chromium.org
2009-04-17
5
-5
/
+379
*
Disabling the FFmpegDemuxerTest.ReadAndSeek test.
scherkus@chromium.org
2009-04-17
1
-1
/
+3
*
Add missing <string> include for release build.
finnur@chromium.org
2009-04-17
1
-0
/
+2
*
Fix 10573: Dismissing Find-in page doesn't set focus
finnur@chromium.org
2009-04-17
6
-67
/
+191
*
Add a comment explaining the ownership model between AppModalDialog
tc@google.com
2009-04-17
1
-1
/
+4
*
Refactor NineBox to take 9 image ids instead of having to create
tc@google.com
2009-04-17
5
-129
/
+103
*
Fix my attempt to disable part of unit test for Mac.
dglazkov@chromium.org
2009-04-17
1
-1
/
+1
*
Disable Path-clipping test for Mac to fix the build.
dglazkov@chromium.org
2009-04-17
1
-0
/
+4
*
EscapeQueryParamValue differs from encodeURIComponent in that it doesn't esca...
glen@chromium.org
2009-04-17
1
-5
/
+4
*
History observer was observing the wrong profile in incognito mode.
glen@chromium.org
2009-04-17
1
-2
/
+4
*
Make non-rectangular clip region apply in the correct location.
dglazkov@chromium.org
2009-04-17
3
-16
/
+75
*
Delete dialog after calling completion routines.
pinkerton@chromium.org
2009-04-17
1
-0
/
+1
*
Makes SupportsFeature virtual and adds a virtual destructor to Browser.
sky@chromium.org
2009-04-17
1
-2
/
+2
*
Disable installer tests while I work on fixing them.
kuchhal@chromium.org
2009-04-17
1
-4
/
+4
*
On uninstall ask whether to delete profile.
kuchhal@chromium.org
2009-04-17
9
-28
/
+168
*
Update V8 to version 1.1.10.2 which contains a crash fix.
ager@chromium.org
2009-04-17
1
-1
/
+1
*
Add GetAppOutput function, a better replacement for popen.
phajdan.jr@chromium.org
2009-04-17
3
-0
/
+92
*
added windows.getWindows() and tabs.moveTab()
rafaelw@chromium.org
2009-04-17
6
-63
/
+316
*
roll DEPS to pick up latest third_party/WebKit
darin@chromium.org
2009-04-17
1
-1
/
+1
*
Re-word this menu item.
ben@chromium.org
2009-04-17
1
-1
/
+1
*
Remove overlap between TabContents and WebContents. Now all the functions in
brettw@chromium.org
2009-04-17
4
-204
/
+162
*
Add back in the kill -9 in the hopes that it fixes hanging TestShells on mac ...
ojan@google.com
2009-04-17
1
-0
/
+3
*
Update Purify and Valgrind data to ignore a few new tests.
rvargas@google.com
2009-04-17
2
-0
/
+10
*
Roll V8 to 1.1.10.1
sgjesse@chromium.org
2009-04-17
1
-1
/
+1
*
Only dump image results if the hashes don't match.
ojan@google.com
2009-04-17
5
-20
/
+56
*
DevTools: Make all devtools messages dispatch through debugger interrupt.
pfeldman@chromium.org
2009-04-17
16
-74
/
+240
*
Disk cache: Modify the unit tests so that they test both
rvargas@google.com
2009-04-17
9
-150
/
+397
*
Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...
pkasting@chromium.org
2009-04-17
12
-272
/
+344
*
Switched over to scoped_ptr_malloc and heap-allocated FFmpeg structures.
scherkus@chromium.org
2009-04-17
8
-43
/
+58
*
Use different names for Chrome/Chromium for Chrome HTML prog id. If we
kuchhal@chromium.org
2009-04-17
3
-29
/
+18
*
Prevent Plugin Channel Host from dropping reply messages while plugins are di...
pfeldman@chromium.org
2009-04-17
3
-13
/
+28
*
Mark pending/ and chrome/ bugs as BUG_GWILSON until someone
tc@google.com
2009-04-17
1
-22
/
+22
*
Linux side rebaseline for upstream changes. These match the windows
tc@google.com
2009-04-16
3
-14
/
+1
*
Split out the contents view into its own header. rename it to AutocompletePop...
ben@chromium.org
2009-04-16
5
-448
/
+495
*
Rebaseline tests where the output changed upstream.
tc@google.com
2009-04-16
14
-258
/
+226
*
Fix error
dkegel@google.com
2009-04-16
1
-1
/
+2
*
Make sure to delete the tab when we remove it from the tab strip. Also remov...
jhawkins@chromium.org
2009-04-16
1
-1
/
+5
[next]