summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-01164-1541/+1819
| | | | | | | | | | | really painful to add more types, since lots of headers include the notification service to derive from the notification observer. This splits that out, so much less of the project should end up including notification_types.h ---Paths modified but not in any changelist: Review URL: http://codereview.chromium.org/19744 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9020 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land this changelist to make BrowserInit work on Mac.beng@google.com2009-01-319-200/+225
| | | | | | | | R=pinkerton,brettw Review URL: http://codereview.chromium.org/19528 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9019 0039d316-1c4b-4281-b951-d872f2087c98
* We should not run this test now, it crashesdimich@google.com2009-01-311-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9018 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DNS pre-resolution model of OS cachejar@chromium.org2009-01-312-14/+13
| | | | | | | | | | | | Force OS to decide about doing network lookup, rather than guessing whether it is in the cache before asking the OS. This will cost more OS operations, but should roughly double the hit rate for scan based pre-resolution. r=mbelshe Review URL: http://codereview.chromium.org/19524 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9017 0039d316-1c4b-4281-b951-d872f2087c98
* Correct line ending in unit test.jar@chromium.org2009-01-311-7/+7
| | | | | | | | | | My checkin earlier today included mixture of line endings by mistake. TBR=huanr Review URL: http://codereview.chromium.org/19527 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9016 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of synchronous ResolveProxy API.ericroman@google.com2009-01-313-150/+130
| | | | | | | Also remove the ProxyInfo::Apply method. Review URL: http://codereview.chromium.org/19502 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9015 0039d316-1c4b-4281-b951-d872f2087c98
* missing colon (fix for mac test run)dimich@google.com2009-01-311-3/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9013 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test list for Linux ('double expectation') after merge.dimich@google.com2009-01-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9012 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to fix mac builddimich@google.com2009-01-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9011 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Aero Basic (i.e. non-glass) maximized mode drawing. This old hack was ↵pkasting@chromium.org2009-01-311-46/+0
| | | | | | | | | interfering with my new code that should do things at least somewhat more correctly. BUG=5054 Review URL: http://codereview.chromium.org/19728 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9009 0039d316-1c4b-4281-b951-d872f2087c98
* Changed media::Buffer interfaces to use base::TimeDelta.scherkus@chromium.org2009-01-315-28/+34
| | | | | | Review URL: http://codereview.chromium.org/19739 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9008 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 40364:40409, Chromium partdimich@google.com2009-01-317-20/+44
| | | | | | Review URL: http://codereview.chromium.org/19736 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9007 0039d316-1c4b-4281-b951-d872f2087c98
* Move proxy resolve requests out of plugin/renderer process, and into the ↵ericroman@google.com2009-01-3120-118/+778
| | | | | | | | browser. Review URL: http://codereview.chromium.org/14142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9006 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for loading Current Version. (haven't removed the old style ↵erikkay@google.com2009-01-315-17/+60
| | | | | | | | loading yet) Review URL: http://codereview.chromium.org/19525 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9005 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure that Clipboard operations that require dispatchingrvargas@google.com2009-01-315-19/+106
| | | | | | | | | | | | | | | | | | | | of windows messages are performed on the UI thread. SetClipboardData requires the clipboard to be open with a handle to a window that will be notified when the contents are going to change again. If Windows messages are not processed, any other app writing to the clipboard will be locked while we acknowledge their request (by processing the message). The IO thread doesn't pump windows messages anymore so write clipboard operations cannot be performed from that thread and have to be posted to another thread. BUG=5823 Review URL: http://codereview.chromium.org/19733 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9003 0039d316-1c4b-4281-b951-d872f2087c98
* fixed a manifest file I hadn't renamed beforeerikkay@google.com2009-01-311-0/+0
| | | | | | Review URL: http://codereview.chromium.org/19518 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9002 0039d316-1c4b-4281-b951-d872f2087c98
* Port chrome_paths.cc to use FilePath.tc@google.com2009-01-311-40/+44
| | | | | | Review URL: http://codereview.chromium.org/19732 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9001 0039d316-1c4b-4281-b951-d872f2087c98
* Roll back these tab changes since there are still issues.ben@chromium.org2009-01-311-22/+2
| | | | | | | TBR=idanan Review URL: http://codereview.chromium.org/19735 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9000 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback 8998beng@google.com2009-01-318-236/+199
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8999 0039d316-1c4b-4281-b951-d872f2087c98
* Bring up BrowserInit on MacOS X.beng@google.com2009-01-308-199/+236
| | | | | | Review URL: http://codereview.chromium.org/19695 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8998 0039d316-1c4b-4281-b951-d872f2087c98
* Move the current default plugin implementation to beingawalker@google.com2009-01-305-377/+388
| | | | | | | | | | | | | windows-specific and have plugin_impl.h include the correct version based on the platform. jam: primary evan: FYI Review URL: http://codereview.chromium.org/19727 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8997 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a minor style nit. Make a comment clearer.wtc@chromium.org2009-01-302-6/+5
| | | | | | | R=eroman Review URL: http://codereview.chromium.org/19731 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8996 0039d316-1c4b-4281-b951-d872f2087c98
* Register .crx file handler to install Chrome extensions.mpcomplete@google.com2009-01-307-12/+60
| | | | | | | Have files of that type automatically download and open. Review URL: http://codereview.chromium.org/19403 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8995 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore invalid plugin windows coming in from the renderer for moving. As the ↵ananta@chromium.org2009-01-301-1/+7
| | | | | | | | plugin parent window which lives on the browser UI thread is destroyed asynchronously, we may have stale windows which have already been destroyed sent by the renderer for moving around.The DeferWindowPos API fails on receiving such a window. Review URL: http://codereview.chromium.org/19523 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8994 0039d316-1c4b-4281-b951-d872f2087c98
* Remove two tests from tests_fixable.txt that now pass on Linux becausejhawkins@chromium.org2009-01-301-4/+0
| | | | | | | numberOfActiveAnimations has been implemented. Review URL: http://codereview.chromium.org/19730 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8993 0039d316-1c4b-4281-b951-d872f2087c98
* Implement gdk_skia_draw_segments. Initial implementation does not supportjhawkins@chromium.org2009-01-301-1/+19
| | | | | | | setting the line width or the GDK_LINE_DOUBLE_DASH style. Review URL: http://codereview.chromium.org/19521 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8992 0039d316-1c4b-4281-b951-d872f2087c98
* NTP twiddling for p13ntim@chromium.org2009-01-303-0/+24
| | | | | | Review URL: http://codereview.chromium.org/19420 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8991 0039d316-1c4b-4281-b951-d872f2087c98
* Measure how often our users see MD2 intermediate CAwtc@chromium.org2009-01-302-0/+7
| | | | | | | | | | | certificates. Our UMA results contain a small number of MD2 certificates. We'd like to know if they are end entity or intermediate CA certificates. R=jar Review URL: http://codereview.chromium.org/19522 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8990 0039d316-1c4b-4281-b951-d872f2087c98
* In rare cases (when running inside QEMU), the eventwtc@chromium.org2009-01-302-24/+21
| | | | | | | | | | | | object is not yet in the signaled state after a Winsock function succeeds synchronously, so it is necessary to wait for it to become signaled. R=eroman BUG=6500 Review URL: http://codereview.chromium.org/19515 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8989 0039d316-1c4b-4281-b951-d872f2087c98
* Rename README.google to README.chromium.mal@chromium.org2009-01-3032-0/+0
| | | | | | | | | No code change. B=4380 Review URL: http://codereview.chromium.org/19501 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8988 0039d316-1c4b-4281-b951-d872f2087c98
* Random bits of de-Winification for WebContents.brettw@chromium.org2009-01-308-28/+39
| | | | | | Review URL: http://codereview.chromium.org/19721 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8987 0039d316-1c4b-4281-b951-d872f2087c98
* Update the mac entries since the testshell support for num animations landedthomasvl@chromium.org2009-01-301-6/+2
| | | | | | | in http://src.chromium.org/viewvc/chrome?view=rev&revision=8968 Review URL: http://codereview.chromium.org/19722 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8986 0039d316-1c4b-4281-b951-d872f2087c98
* Lands fix for 6878 from Yong Shin.sky@google.com2009-01-302-1/+6
| | | | | | | | | BUG=6878 TEST=see bug Review URL: http://codereview.chromium.org/19516 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8985 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests_fixable to match new passing tests on the WebKit Linux buildbot.jhawkins@chromium.org2009-01-301-9/+2
| | | | | | Review URL: http://codereview.chromium.org/19513 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8983 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the logic condition used to check whether we've run image_diff yet or not.jhawkins@chromium.org2009-01-301-1/+1
| | | | | | | | TBR=pam Review URL: http://codereview.chromium.org/19720 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8982 0039d316-1c4b-4281-b951-d872f2087c98
* Allow porting of the JS message boxes. I split out the implementation intobrettw@chromium.org2009-01-309-182/+201
| | | | | | | | platform-specific files, and have WebContents just use the platform-independent header that declares the creation functions. Review URL: http://codereview.chromium.org/19719 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8978 0039d316-1c4b-4281-b951-d872f2087c98
* Correct sqlite wrapper behavior on systems where wchar_t is UTF-32,phajdan.jr@chromium.org2009-01-309-70/+54
| | | | | | | | | | | | for example Linux. The problem was that old code assumed wstring is UTF-16, which resulted in string corruption on Linux. I actually tested it on browser/history unit tests, see http://codereview.chromium.org/18758. Review URL: http://codereview.chromium.org/18805 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8977 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed AssignableBuffer to use OwnerType instead of BufferType.scherkus@chromium.org2009-01-301-1/+1
| | | | | | | | TBR=cpu Review URL: http://codereview.chromium.org/19510 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8976 0039d316-1c4b-4281-b951-d872f2087c98
* Fix EOL.maruel@chromium.org2009-01-301-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8975 0039d316-1c4b-4281-b951-d872f2087c98
* Changes references to FilePath to wstring for release branch build.gwilson@google.com2009-01-301-3/+3
| | | | | | | | BUG=none Review URL: http://codereview.chromium.org/19717 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8974 0039d316-1c4b-4281-b951-d872f2087c98
* Make the download manager compile on Linux & Mac.brettw@google.com2009-01-301-7/+1
| | | | | | Review URL: http://codereview.chromium.org/19711 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8971 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 8969.ojan@google.com2009-01-302-14/+13
| | | | | | Review URL: http://codereview.chromium.org/19507 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8970 0039d316-1c4b-4281-b951-d872f2087c98
* Use Vars for the webkit repo and revision number. This wayojan@google.com2009-01-302-13/+14
| | | | | | | | | | | | | | we can override the via custom_vars in .gclient on the bots and official builds. Also pulls JavaScriptCore from webkit.org and updates the merge script appropriately. This is blocked on http://code.google.com/p/gclient/source/detail?r=41 being checked in an pushed. Review URL: http://codereview.chromium.org/19690 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8969 0039d316-1c4b-4281-b951-d872f2087c98
* Implement LayoutTestController::numberOfActiveAnimations to get a finnur@google.com2009-01-308-5/+39
| | | | | | | | few Layout tests passing. Review URL: http://codereview.chromium.org/19490 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8968 0039d316-1c4b-4281-b951-d872f2087c98
* Baselining 2 tests:jcampan@chromium.org2009-01-304-5/+31
| | | | | | | | | | | | | | | | onload-navigation-iframe.html onload-navigation-iframe-timeout.html The tests submit a form to about:blank. They fail because there is no ? at the end of about:blank when we land to the new page. This is because the GURL implementation treats about:blank as a path URL and sets no query for it. Note: the test diff files are in my home dir under the layoutest_onload dir. Review URL: http://codereview.chromium.org/19492 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8967 0039d316-1c4b-4281-b951-d872f2087c98
* Make test server to store files by sending POST /writefile/<filename> HTTP ↵stoyan@chromium.org2009-01-301-1/+39
| | | | | | | | request. Review URL: http://codereview.chromium.org/19476 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8965 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a comment as to why this test is failing.sky@google.com2009-01-301-0/+2
| | | | | | | | | BUG=none TEST=none TBR=tc Review URL: http://codereview.chromium.org/19505 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8964 0039d316-1c4b-4281-b951-d872f2087c98
* Add a few svn:ignores for things from mac builds/layout tests (and that arethomasvl@chromium.org2009-01-300-0/+0
| | | | | | a little to dangerous to block w/ a global ignore). git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8960 0039d316-1c4b-4281-b951-d872f2087c98
* Mark the new tests as only failing on linux/win (mac works).thomasvl@chromium.org2009-01-301-4/+4
| | | | | | | | Updated one flaky tests w/ crash status also since it's happened a few times last 24 hours. Review URL: http://codereview.chromium.org/19708 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8959 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Linux expectations that are not needed because they areager@chromium.org2009-01-308-225/+0
| | | | | | | | identical to the Windows expectations (and Linux falls back to Windows results). Review URL: http://codereview.chromium.org/19500 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8958 0039d316-1c4b-4281-b951-d872f2087c98