summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't return CONTENT_SETTING_DEFAULT from GetContentSetting() under any ↵pkasting@chromium.org2010-02-162-3/+9
| | | | | | | | | | | conditions. BUG=35775 TEST=Covered by unittests TBR=jorlow Review URL: http://codereview.chromium.org/609008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39133 0039d316-1c4b-4281-b951-d872f2087c98
* Fix cfinstance chrome tests. Before they were either failing to launchtommi@chromium.org2010-02-162-6/+21
| | | | | | | | | | | | chrome (if chrome itself wasn't installed) or launching the installed chrome and not the one from the build directory. TEST=Run *WidgetModeChrome_* unit tests. BUG=35868 Review URL: http://codereview.chromium.org/606066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39132 0039d316-1c4b-4281-b951-d872f2087c98
* Marking IncognitoYesScript as flaky.finnur@chromium.org2010-02-161-1/+1
| | | | | | | | | BUG=35885 TEST=None TBR=mpcomplete git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39131 0039d316-1c4b-4281-b951-d872f2087c98
* More video tests crashing on Mac.finnur@chromium.org2010-02-161-3/+6
| | | | | | | | | | BUG=35858 TEST=None TBR=fbarchard Review URL: http://codereview.chromium.org/604066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39130 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling flaky ExtensionBrowserTest.IncognitoYesScript test.finnur@chromium.org2010-02-161-1/+1
| | | | | | | | | | | BUG=35885 TEST=None TBR=mpcomplete Review URL: http://codereview.chromium.org/604065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39129 0039d316-1c4b-4281-b951-d872f2087c98
* Circular relationships between .gyp files should be errors. Make them errors,mark@chromium.org2010-02-162-1/+11
| | | | | | | | | | | | | | | | | but currently only on the Mac. These relationships should be errors on all platforms, but some currently exist on non-Mac platforms. See http://crbug.com/35878. Because the Mac is the only platform where a circular dependency between .gyp files is known to cause tangible problems, the portions of Chromium's .gyp files that are used by Macs have been fixed to remove these relationships, and the check is left enabled on the Mac to ensure that no new ones are created. BUG=35308 TEST=none Review URL: http://codereview.chromium.org/600151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39128 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a bunch of unused strings.pkasting@chromium.org2010-02-161-346/+20
| | | | | | | | | | Fix the JS alert/prompt strings to be actual sentences instead of meaningless words (copied Firefox' strings). BUG=none TEST=none Review URL: http://codereview.chromium.org/594047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39127 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests of chrome.tabs.captureVisibleTab() to not be flaky.skerner@google.com2010-02-163-617/+52
| | | | | | | | | BUG=21649 TEST=Ran updated browser tests. Review URL: http://codereview.chromium.org/604057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39126 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a confirm before deleting a file.dhg@chromium.org2010-02-162-2/+52
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/600107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39125 0039d316-1c4b-4281-b951-d872f2087c98
* net/third_party/nss: update to NSS_3_12_6_RC0agl@chromium.org2010-02-165-8/+26
| | | | | | | | | BUG=none TEST=none http://codereview.chromium.org/593089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39123 0039d316-1c4b-4281-b951-d872f2087c98
* A few updates to test_expectations to match reality better and eliminate ↵jparent@chromium.org2010-02-161-3/+3
| | | | | | | | | | | | | unexpected passes. BUG=none TEST=none TBR=yurys Review URL: http://codereview.chromium.org/600152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39122 0039d316-1c4b-4281-b951-d872f2087c98
* Add Paul Kinlan's windows API example.kathyw@chromium.org2010-02-168-2/+74
| | | | | | | | | | TBR=erikkay BUG=33213 TEST=none Review URL: http://codereview.chromium.org/609007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39116 0039d316-1c4b-4281-b951-d872f2087c98
* Re-applying patch from http://codereview.chromium.org/606005 .zmo@google.com2010-02-162-4/+33
| | | | | | | | Already reviewed by Vangelis. Review URL: http://codereview.chromium.org/609006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39114 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting files back to known good state. Will re-applyzmo@google.com2010-02-162-244/+113
| | | | | | | | | | http://codereview.chromium.org/606005 afterward. TBR=vangelis Review URL: http://codereview.chromium.org/609005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39113 0039d316-1c4b-4281-b951-d872f2087c98
* Set chromium_code = 0 on base.gyp:symbolize and base.gyp:xdg_mime.mark@chromium.org2010-02-161-2/+6
| | | | | | | | BUG=35588 TEST=Linux build; these targets should compile without warnings Review URL: http://codereview.chromium.org/601061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39111 0039d316-1c4b-4281-b951-d872f2087c98
* arm with its sysroot needs a new path to ../../../build/linux/pkg-config-wrapperfbarchard@chromium.org2010-02-161-1/+1
| | | | | | | | | BUG=35869 TEST=gclient runhooks --force should work for arm configurations of linux. Review URL: http://codereview.chromium.org/600144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39110 0039d316-1c4b-4281-b951-d872f2087c98
* Make plugin name and mimetype into overridable GYP variables, so that third ↵tschmelcher@chromium.org2010-02-162-20/+22
| | | | | | | | | | | | | parties can more easily redistribute the O3D NPAPI plugin under a different brand. Analogous change for the ActiveX plugin will be in a forthcoming CL. TEST=built on Linux with various overridden values and checked that about:plugins showed the right thing; trybots BUG=none Review URL: http://codereview.chromium.org/599012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39109 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 38690 - Linux: Temporarily turn off use of X shared memory extension.thestig@chromium.org2010-02-161-9/+0
| | | | | | | | | | | BUG=25324 TEST=No more crashes in libX11? Review URL: http://codereview.chromium.org/598025 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/596125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39108 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the software renderer "soft" fullscreen mode using the wrong monitor bug.zmo@google.com2010-02-162-113/+244
| | | | | | Review URL: http://codereview.chromium.org/606005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39107 0039d316-1c4b-4281-b951-d872f2087c98
* Reloading a page would not show a translate infobar.jcampan@chromium.org2010-02-165-7/+62
| | | | | | | | | | | | This CL fixes that bug. BUG=35602, 35482 TEST=Navigate to a page in a foreign language. The tranlate infobar is shown. Reload the page, the infobar should be shown again. Review URL: http://codereview.chromium.org/597065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39106 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling WorkerFastLayoutTests0 since it is now failing on Windows also.finnur@chromium.org2010-02-161-2/+3
| | | | | | | | | | BUG=35867 TEST=None TBR=levin Review URL: http://codereview.chromium.org/600143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39105 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Match the sections in Under the Hood tab with Windows version.erg@google.com2010-02-161-5/+5
| | | | | | | | | | | BUG=None TEST=opens Options dialog, go to the Under the Hood tab, see if the order of the sections are the same as in Windows. Review URL: http://codereview.chromium.org/596113 Patch from thiago.farina@gmail.com. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39104 0039d316-1c4b-4281-b951-d872f2087c98
* 5 video tests are frequently crashing, especially on Mac bots.finnur@chromium.org2010-02-161-4/+9
| | | | | | | | | | TBR=dglazkov BUG=35858 TEST=None. Review URL: http://codereview.chromium.org/607010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39103 0039d316-1c4b-4281-b951-d872f2087c98
* Remove empty directories.darin@chromium.org2010-02-160-0/+0
| | | | | | | | | R=yurys BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39101 0039d316-1c4b-4281-b951-d872f2087c98
* Add restriction to ViewHostMsg_GetRawCookies to block access from untrusted ↵pfeldman@chromium.org2010-02-161-0/+9
| | | | | | | | | | renderers. BUG=35575 Review URL: http://codereview.chromium.org/600137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39100 0039d316-1c4b-4281-b951-d872f2087c98
* NSS: roll DEPSagl@chromium.org2010-02-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39098 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid trying to kill a process that has already quit.tommi@chromium.org2010-02-161-1/+5
| | | | | | | | | TEST=This is to reduce false positive "Unable to terminate process" log entries in unit tests. BUG=none Review URL: http://codereview.chromium.org/600108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39097 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-168-9/+31
| | | | | | | | | | | | Makes the code compile under NP_NO_QUICKDRAW and NP_NO_CARBON (modulo some gyp stuff that 64-bit builds will need to prevent compiling the shim library), and makes the tweaking of DYLD_INSERT_LIBRARIES 32-bit only. Also removes a QuickDraw variable left over from an earlier version of the QuickDraw support. BUG=none TEST=none; supports future 64-bit compilation Review URL: http://codereview.chromium.org/597053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39096 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing test.jorlow@chromium.org2010-02-161-3/+0
| | | | | | | | TEST=none BUG=33497 Review URL: http://codereview.chromium.org/600127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39094 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline fast/multicol/client-rects.html on Win XPyurys@chromium.org2010-02-163-0/+96
| | | | | | | | TBR=jparent Review URL: http://codereview.chromium.org/605029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39093 0039d316-1c4b-4281-b951-d872f2087c98
* Change hardcoded "chrome" scheme to constant.jochen@chromium.org2010-02-161-9/+8
| | | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/604030 Patch from Bernhard Bauer <bauerb@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39092 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fix shared buildjoth@chromium.org2010-02-162-1/+4
| | | | | | | | | provide an empty d'tor for the abstract base class, so sub-classes can be instantiated. Review URL: http://codereview.chromium.org/606059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39091 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 54810yurys@chromium.org2010-02-1610-1/+193
| | | | | | | | | | fast/multicol/client-rects.html fails because of scrollbar difference on Windows and Linux. On Mac there is also some subtle difference. TBR=jparent Review URL: http://codereview.chromium.org/608011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39090 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a not-implemented and add a helpful comment.jorlow@chromium.org2010-02-161-4/+7
| | | | | | | | | TEST=none BUG=33497 Review URL: http://codereview.chromium.org/593109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39089 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fix shared buildevan@chromium.org2010-02-161-1/+1
| | | | | | | | | Without this, the linker wants the vtable for GeolocationArbitrator to exist, despite it never having a definition. Review URL: http://codereview.chromium.org/606052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39088 0039d316-1c4b-4281-b951-d872f2087c98
* [Linux] Add better error reporting for creating application shortcuts.phajdan.jr@chromium.org2010-02-167-183/+304
| | | | | | | | | TEST=none BUG=30785 Review URL: http://codereview.chromium.org/607001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39085 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly recognize emptiness of IDMap.phajdan.jr@chromium.org2010-02-162-5/+16
| | | | | | | | | | | | This prevents a leak of RenderProcessHost, and possibly other bad bugs. TEST=Added to base_unittests; also existing browser and unit tests. BUG=35571 Review URL: http://codereview.chromium.org/604048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39084 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 38882 - Land http://codereview.chromium.org/576001 again temporarily.glider@chromium.org2010-02-1649-2047/+840
| | | | | | | | | | | TBR=jar,antonm Review URL: http://codereview.chromium.org/596083 TBR=glider@chromium.org Review URL: http://codereview.chromium.org/604063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39083 0039d316-1c4b-4281-b951-d872f2087c98
* Re-implement SpellcheckWordIterator with ICU.hbono@chromium.org2010-02-164-291/+496
| | | | | | | | | | | | | | | This change re-implements the SpellcheckWordIterator class to use ICU custom rules so we can use the ICU dictionary to handle Thai and Korean. Also, this class has added a couple of new features to improve the spell-checking quality: * Decompose Hangul syllables into Korean Jamos. This helps us support Korean spell-checking. * Filter out some characters not needed by our spell-checker (e.g. Hebrew niqquds and Arabic vowel signs). This prevents us from marking a word that includes these characters as misspelled. BUG=8487 TEST=unit_test.exe --gtest_filter=SpellcheckWordIteratorTest* Review URL: http://codereview.chromium.org/577020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39082 0039d316-1c4b-4281-b951-d872f2087c98
* Clone of issue 600130. (http://codereview.chromium.org/600130)twiz@chromium.org2010-02-1622-50/+332
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/593111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39077 0039d316-1c4b-4281-b951-d872f2087c98
* linux: readjust some stubbed filesevan@chromium.org2010-02-154-106/+4
| | | | | | | | | | | This removes a bunch of NOTIMPLEMENTEDs and stub files, moving them to a different place. TEST=it compiles Review URL: http://codereview.chromium.org/594057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39074 0039d316-1c4b-4281-b951-d872f2087c98
* Mark media/video-display-aspect-ratio.html as timing outyurys@chromium.org2010-02-151-2/+2
| | | | | | | | | BUG=1390 TBR=jparent Review URL: http://codereview.chromium.org/608008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39073 0039d316-1c4b-4281-b951-d872f2087c98
* Mark recently added media/video-display-aspect-ratio.html test as slowyurys@chromium.org2010-02-151-0/+3
| | | | | | | | TBR=jparent Review URL: http://codereview.chromium.org/593107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39072 0039d316-1c4b-4281-b951-d872f2087c98
* linux: change a type in the sandbox to fix a warningevan@chromium.org2010-02-151-1/+1
| | | | | | | | | int and long are the same size on the platforms we care about, but gcc doesn't like comparing int against LONG_MAX. Review URL: http://codereview.chromium.org/604056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39071 0039d316-1c4b-4281-b951-d872f2087c98
* Use Extension method from FilePath API instead of the deprecated ↵evan@chromium.org2010-02-151-6/+3
| | | | | | | | | | | | | GetFileExtensionFromPath function. BUG=None TEST=compiles Patch from Thiago Farina <thiago.farina@gmail.com>. Review URL: http://codereview.chromium.org/604049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39070 0039d316-1c4b-4281-b951-d872f2087c98
* Update text expecations for inspector/console-dir.htmlyurys@chromium.org2010-02-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/593105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39068 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for top level geolocation arbitrator, and access token ↵joth@chromium.org2010-02-1514-31/+316
| | | | | | | | | | | persistence (via local state prefs) BUG=11246 TEST=unit_tests.exe --gtest_filer=Geoloc* Review URL: http://codereview.chromium.org/603040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39067 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 54774yurys@chromium.org2010-02-152-1/+2
| | | | | | | | TBR=jparent,pfeldman Review URL: http://codereview.chromium.org/601075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39066 0039d316-1c4b-4281-b951-d872f2087c98
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-1547-279/+822
| | | | | | | | | | | | | | | | | | | The driving rationale for this change was to prevent choosing an AuthHandler when it is not supported on the system due to a missing runtime component (such as not being able to locate a gssapi shared library when seeing a Negotiate scheme). It also has the advantage (currently unused) of determining some per-auth-scheme properties only the first time that a challenge for that scheme is seen (such as maximum token length for the SSPI implementation of NTLM). Finally, it may make unit tests easier to generate since the factory can be easily mocked. BUG=34795 TEST=New unit test for HttpAuthHandlerDispatchFactory. Review URL: http://codereview.chromium.org/582007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39065 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor network selection screen. Add Ethernet network to the list.nkostylev@google.com2010-02-1510-49/+363
| | | | | | | | | BUG=35016 TEST=With --login-manager=network screen should be shown. Ethernet and Wifi networks are shown and could be selected. Review URL: http://codereview.chromium.org/597046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39064 0039d316-1c4b-4281-b951-d872f2087c98