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
*
Fix a layout bug in the fonts and languages dialog where
tc@google.com
2009-06-11
51
-68
/
+7
*
Fixing v8 build when include or lib are set.
yux@google.com
2009-06-11
1
-6
/
+6
*
Fix javascript-backslash.html layout test failure.
darin@chromium.org
2009-06-11
4
-211
/
+233
*
Added another command line option to run the tests after profile backup.
anantha@chromium.org
2009-06-11
7
-30
/
+83
*
Split FFmpegDemuxerStream into a separate interface AVStreamProvider.
scherkus@chromium.org
2009-06-11
11
-46
/
+80
*
Change DnsMaster to only access HostResolver only on the IO thread.
ericroman@google.com
2009-06-11
5
-81
/
+197
*
Make sure view-source: is applied to RenderView when it is reused for a new
brettw@google.com
2009-06-11
3
-1
/
+60
*
Adds the ability to import the home page of the default browser. The import ...
gwilson@google.com
2009-06-11
4
-2
/
+12
*
Add watchlist rules for src/
nirnimesh@chromium.org
2009-06-11
1
-0
/
+30
*
GTK: Graphical polish on the BlockedPopupContainerView. Specifically, rounded...
erg@google.com
2009-06-11
2
-17
/
+69
*
Setting svn:eol-style for a few files
hclam@chromium.org
2009-06-11
0
-0
/
+0
*
The following two layout tests were failed because of
hclam@chromium.org
2009-06-11
1
-4
/
+8
*
Remove v8_custom.cpp and v8_custon.h, since they are now empty.
japhet@chromium.org
2009-06-11
2
-0
/
+0
*
Always build breakpad tools with Linux official build.
mmoss@chromium.org
2009-06-11
2
-44
/
+55
*
Compile sunspider on mac and linux.
thomasvl@chromium.org
2009-06-11
2
-3
/
+8
*
Revert "Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make bui...
tc@google.com
2009-06-11
9
-323
/
+195
*
Introduce HttpStream and HttpBasicStream.
willchan@chromium.org
2009-06-11
4
-5
/
+113
*
GTK: shift-enter in find bar searches backwards.
estade@chromium.org
2009-06-11
1
-1
/
+3
*
Remove misleading comment - we no longer crash when CreateDIBSection() fails,
brettw@google.com
2009-06-11
1
-6
/
+0
*
Use the MessageLoopForUI::Observer interface to listen for mouse motion event...
jhawkins@chromium.org
2009-06-11
2
-34
/
+27
*
Revert "BUG=12114"
tc@google.com
2009-06-11
34
-473
/
+303
*
Take 2 at rolling gyp deps. This moves us to gyp@r512.
tc@google.com
2009-06-11
1
-1
/
+1
*
Enabled the v8 benchmark tests on mac/linux.
thomasvl@chromium.org
2009-06-11
2
-4
/
+8
*
Review URL: http://codereview.chromium.org/122044
nick@chromium.org
2009-06-11
1
-0
/
+5
*
BUG=12114
rafaelw@chromium.org
2009-06-11
34
-303
/
+473
*
Enable the perf reference test.
thomasvl@chromium.org
2009-06-11
1
-2
/
+0
*
Issue 3791: SavePageTest.* is crap
idanan@chromium.org
2009-06-11
1
-14
/
+20
*
Fix memory leak in ExtensionsService when skipping loaded
aa@chromium.org
2009-06-11
1
-8
/
+6
*
Initialize an empty password for NSS databases (so that the databases
wtc@chromium.org
2009-06-11
1
-0
/
+11
*
Revert "Roll gyp deps to 511 to pick up xcode and make fixes."
tc@google.com
2009-06-11
1
-1
/
+1
*
Roll gyp deps to 511 to pick up xcode and make fixes.
tc@google.com
2009-06-11
1
-1
/
+1
*
Enable <video> in test_shell
hclam@chromium.org
2009-06-11
17
-68
/
+366
*
Get tab HWND directly as result of CreateExternalTab automation call.
stoyan@chromium.org
2009-06-11
8
-11
/
+42
*
Enable the _set_new_mode() call so that calls to malloc
mbelshe@google.com
2009-06-11
1
-0
/
+6
*
Disable the following layout test so that the tree can become green again:
idana@google.com
2009-06-11
1
-1
/
+2
*
GTK: Forward certain key strokes from the find bar to the render view.
estade@chromium.org
2009-06-11
2
-4
/
+55
*
Support Jaunty by dropping package xcb-xlib0.
dank@chromium.org
2009-06-11
1
-5
/
+80
*
Start the resize animation after a delay once the mouse has left the tabstrip...
jhawkins@chromium.org
2009-06-11
2
-21
/
+115
*
Make sure to pump windowserver events that accumulate.
avi@google.com
2009-06-11
1
-13
/
+33
*
Another fix for issue 13724: Don't hard code chrome.exe
agl@chromium.org
2009-06-11
1
-1
/
+4
*
Show caption area context menu on mouseup, not mousedown. Original patch by ...
pkasting@chromium.org
2009-06-11
2
-4
/
+44
*
Assert that page_cycler data is present when trying to run tests, so that whe...
stuartmorgan@chromium.org
2009-06-11
1
-0
/
+2
*
Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make build).
agl@chromium.org
2009-06-11
9
-195
/
+323
*
Add references builds of chromium and chrome for the page cycler tests (built...
thomasvl@chromium.org
2009-06-11
512
-12
/
+62414
*
Move renderer_preferences.h from chrome/browser into chrome/common. We
tc@google.com
2009-06-11
12
-18
/
+15
*
DevTools:
yurys@google.com
2009-06-11
8
-44
/
+44
*
DevTools: when injected script context is created its context data is set to ...
yurys@google.com
2009-06-11
4
-17
/
+74
*
DevTools: Render 'Array' type name for scope variables.
pfeldman@chromium.org
2009-06-11
1
-0
/
+13
*
Increase valgrind's --num-callers to 50
nirnimesh@chromium.org
2009-06-11
1
-1
/
+1
*
DevTools: do not skip first array element.
pfeldman@chromium.org
2009-06-11
1
-1
/
+1
[next]