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 build break when ENABLE_WORKERS is set
jam@chromium.org
2009-02-05
1
-0
/
+9
*
Removes the expected selenium failures. These were fixed by r9233.
sky@google.com
2009-02-05
1
-1
/
+0
*
Stop using the function computePageRects() duplicated in FrameChromium.cpp.
maruel@chromium.org
2009-02-05
4
-18
/
+37
*
Linux: get us to the point where we crash at browser->window()->Show()
agl@chromium.org
2009-02-05
4
-2
/
+27
*
Build the rest of renderer on linux (except plugins).
estade@chromium.org
2009-02-05
2
-11
/
+4
*
Allow clean compilation of dmg_fp under g++ -Wall.
mark@chromium.org
2009-02-05
4
-25
/
+263
*
Provide pre-generated config.h files for the Mac for sdch and libevent, so
mark@chromium.org
2009-02-05
5
-1
/
+369
*
Linux: add a big, stubby RenderWidgetHostView
agl@chromium.org
2009-02-05
4
-0
/
+287
*
Hook up tab close menu item and plumb tab closing scaffolding through UI laye...
pinkerton@chromium.org
2009-02-05
5
-28
/
+100
*
Can wait for testserver python process to exit.
stoyan@chromium.org
2009-02-05
1
-15
/
+27
*
Remove resource message filter from the mac build, I accidentally added it.
brettw@google.com
2009-02-05
1
-2
/
+0
*
Fix linker error on Linux & Mac by stubbing out a function.
brettw@chromium.org
2009-02-05
1
-0
/
+3
*
Build bustage fixes, moved this file, didn't update the include.
brettw@chromium.org
2009-02-05
1
-1
/
+1
*
Fix the build due to conflict with Paul's change
brettw@chromium.org
2009-02-05
1
-1
/
+7
*
Fix the build from my previous file move.
brettw@chromium.org
2009-02-05
2
-2
/
+2
*
Move resource_message_filter and resource_request_details to the renderer_host.
brettw@chromium.org
2009-02-05
18
-125
/
+131
*
Make the number of jobs correspond to the number of available
darin@chromium.org
2009-02-05
1
-1
/
+7
*
Correctly spawn render process for posix.
pinkerton@chromium.org
2009-02-05
2
-1
/
+24
*
Updates tests_fixable to remove two failures from merge that have been fixed.
sky@google.com
2009-02-05
1
-4
/
+0
*
Add simple terminate support for now to help bring up browser/renderer, will
thomasvl@chromium.org
2009-02-05
1
-1
/
+8
*
Remove black magic and >100 lines. Unhook a lot of dead code.
maruel@chromium.org
2009-02-05
9
-321
/
+73
*
Take out unnecessary include that I added in a failed effort to fix the linux...
jam@chromium.org
2009-02-05
2
-1
/
+1
*
Transition POSIX shmem to use lockf(), not semaphores. Eliminates
jrg@chromium.org
2009-02-05
3
-58
/
+140
*
Update's DEPS to pull in latest webkit.
sky@google.com
2009-02-05
1
-1
/
+1
*
Fix compiler warning with GCC 4.3. Patch by Craig Schlenter (see http://code...
pkasting@chromium.org
2009-02-05
1
-2
/
+2
*
Port the ResourceDispatcherHost to Mac and linux.
paul@chromium.org
2009-02-05
15
-64
/
+348
*
Make xcodebodge even more friendly by making list_native_targets
phajdan.jr@chromium.org
2009-02-05
1
-21
/
+23
*
Add support for the V8Custom attribute in advance of merging in
darin@chromium.org
2009-02-05
1
-7
/
+16
*
A few minor tweaks to Purify options that should allow us to enable a few tes...
erikkay@google.com
2009-02-05
2
-3
/
+16
*
Add some more scaffolding, enable some browser_main code on linux.
estade@chromium.org
2009-02-05
3
-15
/
+16
*
Add in NavigationController to linux and mac.
pinkerton@chromium.org
2009-02-05
12
-133
/
+116
*
Some fixes to ease debugging of the renderer process on OS X.
jeremy@chromium.org
2009-02-05
5
-8
/
+40
*
Disable the WanWang protocol handler plugin (npww.dll) as it crashes during s...
ananta@chromium.org
2009-02-05
1
-0
/
+8
*
POSIX: Backing store scrolling.
agl@chromium.org
2009-02-05
1
-2
/
+132
*
Removes the test LayoutTests/transitions/transition-end-event-nested.html fro...
sky@google.com
2009-02-05
1
-3
/
+0
*
Fix the dependency checker tool. Rules for a directory did modify their direc...
stoyan@chromium.org
2009-02-05
15
-12
/
+104
*
Tagging two tests that seem to have a pattern the last day or so on the mac b...
thomasvl@chromium.org
2009-02-05
1
-0
/
+2
*
Fix unintentional edit from r9218.
kuchhal@chromium.org
2009-02-05
1
-1
/
+1
*
Open Chrome Window instead of tab when it is launched from a shortcut.
kuchhal@chromium.org
2009-02-05
1
-4
/
+7
*
Usual round of porting in chrome/
phajdan.jr@chromium.org
2009-02-05
7
-56
/
+39
*
WebKit merge 40500:40539 [Chromium side]
levin@chromium.org
2009-02-05
10
-23
/
+61
*
Remove the stale ifdef/comment since the it's using the command line class now
thomasvl@chromium.org
2009-02-05
1
-7
/
+0
*
Fixing build break.
thomasvl@chromium.org
2009-02-05
1
-2
/
+1
*
Fix mac/linux build break.
jam@chromium.org
2009-02-05
1
-0
/
+1
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
68
-318
/
+348
*
A workaround fix for Issue 6971.
hbono@chromium.org
2009-02-05
1
-39
/
+40
*
Another macro for 100 linear slots
cpu@google.com
2009-02-05
1
-0
/
+5
*
Check for a NULL WebPluginDelegate pointer in WebPluginImpl::TearDownPluginIn...
ananta@chromium.org
2009-02-05
1
-4
/
+6
*
Disable some tests on linux that started to fail after r9202 which
tc@google.com
2009-02-05
1
-0
/
+7
*
Index: /usr/local/google/home/shess/chromium/chromium-svn-submit/src/webkit/t...
shess@chromium.org
2009-02-05
1
-16
/
+2
[prev]
[next]