summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-2337-151/+323
* Adding un-expected test passing on Windows: LayoutTests/http/tests/plugins/po...robertshield@google.com2009-04-231-1/+2
* Arrange so ExtensionMessageService::RendererReady is called on the IO thread.mpcomplete@google.com2009-04-233-65/+62
* Allow creating external tab in incognito mode.stoyan@chromium.org2009-04-236-7/+39
* added resizer test extensionrafaelw@chromium.org2009-04-232-0/+41
* Roll webkit deps, to pick up r14327 -- Fix a crash when double clicking empti...ericroman@google.com2009-04-231-1/+1
* Don't change selection for right click on text area if some texts were alread...sidchat@google.com2009-04-231-5/+10
* Disabling flaky StatsTableTest.MultipleThreads on Linux too.robertshield@google.com2009-04-231-3/+2
* Create a ChromeProcessUtil for the Mac, and enable it in the tests.avi@google.com2009-04-239-24/+69
* Add crash 8875 to known list.huanr@chromium.org2009-04-231-0/+3
* Disabling FFmpegDemuxerTest.* due to flakiness.scherkus@chromium.org2009-04-231-3/+7
* Update tcmalloc related crash signatures.huanr@chromium.org2009-04-231-2/+6
* Valgrind bug suppressions: add bugs 10871, 10873dkegel@google.com2009-04-231-0/+25
* Make the crash pattern more generic in known list.huanr@chromium.org2009-04-231-11/+4
* Add a warning about why we kill the process when it's out of memory.brettw@chromium.org2009-04-231-0/+5
* The PPID is in kp_eproc, not kp_proc. (The field we were previously looking a...avi@google.com2009-04-231-1/+1
* A basic search provider unit test. This tests asserts a handful of things:sky@chromium.org2009-04-234-10/+291
* Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes...robertshield@google.com2009-04-2312-201/+68
* Importer should import browser data from the browser that user selected.kuchhal@chromium.org2009-04-236-16/+34
* Fix version.bat to use the 'default' svn in the PATH and not a precooked one ...maruel@chromium.org2009-04-231-6/+30
* Add a couple new crashes to the known crash list.mbelshe@google.com2009-04-231-0/+12
* Adds missing file from last patch.sky@chromium.org2009-04-231-0/+0
* Changes closed windows on the new tab page to show the Chromium/Chromesky@chromium.org2009-04-235-10/+37
* Roll deps to pick up webkit fix.levin@chromium.org2009-04-231-1/+1
* Refactor index value capture outside of DCHECK to fix build failure in release.rafaelw@chromium.org2009-04-231-2/+2
* Submitting http://codereview.chromium.org/87039 on behalf of hamaji.erikkay@google.com2009-04-232-3/+20
* Allow appkit-driven animations in unit tests to work correctly.pinkerton@chromium.org2009-04-232-4/+5
* Reverting r14043, r14188. The fix that I'm reverting needs to be done, but we...avi@google.com2009-04-231-25/+0
* Remove array iteration tests that have been fixed in V8 by adding theager@chromium.org2009-04-231-5/+0
* Protect RandUint64 against EINTR.phajdan.jr@chromium.org2009-04-233-3/+24
* Fix the ChromeCanvasPaint Linux code.deanm@chromium.org2009-04-231-1/+6
* Review URL: http://codereview.chromium.org/93009yurys@google.com2009-04-232-2/+2
* This is a follow up to the change:http://codereview.chromium.org/67266 Classe...yurys@google.com2009-04-232-6/+19
* Roll V8 DEPS for V 1.2.0.sgjesse@chromium.org2009-04-231-1/+1
* A few more test updates from the webkit merge [42671:42725]levin@chromium.org2009-04-231-1/+8
* Merge: chromium side [42671:42725]levin@chromium.org2009-04-2316-85/+111
* In the new tab page, when in edit move, right-clicking on a thumbnail should ...jcampan@chromium.org2009-04-231-2/+4
* Browser Crash when opening urls with NEW_BACKGROUND_TAB dispositionhbono@chromium.org2009-04-231-3/+3
* Adds a keyboard-event test into RenderViewTest.hbono@chromium.org2009-04-232-0/+181
* Move the positioner code into autocompletepopupview.h so that linux can use i...ben@chromium.org2009-04-232-11/+13
* Linux: add -lX11 as a library to WebKit.agl@chromium.org2009-04-232-0/+18
* Fix problem with bookmark bar introduced by window sharing; prefjrg@chromium.org2009-04-2319-179/+264
* Revert of http://codereview.chromium.org/87058 which appears to hang the XP T...robertshield@google.com2009-04-232-27/+15
* Make suppression for bug 10782 less specific so it matches both -O0 and -O1.dkegel@google.com2009-04-231-8/+2
* Some random cleanups in the HTML files.arv@chromium.org2009-04-2313-376/+351
* Adjust the width and the height of options dialog (Tamil) and jungshik@google.com2009-04-234-17/+17
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-2312-68/+201
* Use upstreamed V8WorkerCustom and V8WorkerContextCustom. Remove duplicate V8U...jianli@chromium.org2009-04-234-537/+10
* Update webkit.gyp for unforked Accessible{Base,Document}.cpp.sgk@google.com2009-04-221-4/+0
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-2213-43/+22