summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Include browser.h -> ui/browser.h [Part 2].jhawkins@chromium.org2010-11-1660-65/+64
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5046002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66229 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 72042:72045levin@chromium.org2010-11-162-5/+2
| | | | | | | | | | | | | | Remove two lines from test expectations now that the bug has been fixed and fix a bug number on another one. BUG=63225 TEST=All layout tests (and others). TBR=bulach@chromium.org Review URL: http://codereview.chromium.org/5013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66228 0039d316-1c4b-4281-b951-d872f2087c98
* Annotating failing integration tests on Mac.rsimha@chromium.org2010-11-164-1/+41
| | | | | | | | | | | | | | | Some integration tests (for Themes and Passwords) fail on the mac builder. Marking them as FAILS until associated bugs are fixed. For logs, see http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Mac%20Sync/builds/1205. TBR=akalin@chromium.org BUG=59867,63285 TEST=sync_integration_tests on mac builder Review URL: http://codereview.chromium.org/5037003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66224 0039d316-1c4b-4281-b951-d872f2087c98
* roll to ffmpeg with fixed vorbis patchfbarchard@chromium.org2010-11-161-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5010002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66223 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 72024:72042levin@chromium.org2010-11-161-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=bulach@chromium.org Review URL: http://codereview.chromium.org/5001003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66221 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-1616-442/+230
| | | | | | | | | | | | | | This depends on a WebKit change being tracked at https://bugs.webkit.org/show_bug.cgi?id=49291 BUG=58509 TEST=unit_tests --gtest_filter=AutoFillManagerTest.*:AutoFillHelperTest.* Review URL: http://codereview.chromium.org/4591001 TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/4985003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66220 0039d316-1c4b-4281-b951-d872f2087c98
* Tabbed options - disable add/edit buttons in content settings listsestade@chromium.org2010-11-161-2/+21
| | | | | | | | | | | while editing an exception. BUG=62908 TEST=manual Review URL: http://codereview.chromium.org/4983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66219 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 66208 - Call InitLogging() for courgette.akalin@chromium.org2010-11-161-6/+0
| | | | | | | | | | | | BUG=None TEST=Manually Review URL: http://codereview.chromium.org/5038002 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/5066001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66218 0039d316-1c4b-4281-b951-d872f2087c98
* Remove flaky marker from nacl_sandbox_test now that it is fixed.jvoung@google.com2010-11-161-2/+1
| | | | | | | | BUG=50121 Review URL: http://codereview.chromium.org/5047001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66216 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed checkdeps error.sergeyu@chromium.org2010-11-161-0/+1
| | | | | | | | BUG=None TEST=checkdeps is happy TBR=ajwong git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66215 0039d316-1c4b-4281-b951-d872f2087c98
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-1616-230/+442
| | | | | | | | | | | This depends on a WebKit change being tracked at https://bugs.webkit.org/show_bug.cgi?id=49291 BUG=58509 TEST=unit_tests --gtest_filter=AutoFillManagerTest.*:AutoFillHelperTest.* Review URL: http://codereview.chromium.org/4591001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66214 0039d316-1c4b-4281-b951-d872f2087c98
* Packetizer/Depacketizer for RTP.sergeyu@chromium.org2010-11-169-70/+437
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/4925001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66213 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Pixel-perfect CSS fixes.jhawkins@chromium.org2010-11-161-35/+33
| | | | | | | | | | | | | | | * Alphabetized CSS attributes. * Matching colors for titles. * Header of first title is 70px from top. * 20px between sections. * 10px between some input elements (not all fixed). BUG=none TEST=none Review URL: http://codereview.chromium.org/5060001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66212 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: fix build of setuid sandbox.viettrungluu@chromium.org2010-11-162-5/+5
| | | | | | | | | | | This was broken by http://src.chromium.org/viewvc/chrome?view=rev&revision=65892 . BUG=none TEST=none Review URL: http://codereview.chromium.org/4980003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66211 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore volume key modifiersdavej@chromium.org2010-11-161-12/+15
| | | | | | | | | | | The new way of handling volume keys using gdk_window_add_filter() (Issue 4098003) was allowing any modifier keys (Alt, Ctrl, Shift) as well, when only unmodified F8/F9/F10 keypresses should be responded to. BUG=chromium-os:6074 TEST=Ctrl+, Alt+ or Shift+ F8/F9/F10 should not adjust volume anymore Review URL: http://codereview.chromium.org/4865001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66210 0039d316-1c4b-4281-b951-d872f2087c98
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-1621-294/+666
| | | | | | | | | | | pipeline. BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/4779001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66209 0039d316-1c4b-4281-b951-d872f2087c98
* Call InitLogging() for courgette.akalin@chromium.org2010-11-161-0/+6
| | | | | | | | | BUG=None TEST=Manually Review URL: http://codereview.chromium.org/5038002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66208 0039d316-1c4b-4281-b951-d872f2087c98
* Fix flickering when resizing pepper plugins.jam@chromium.org2010-11-161-1/+1
| | | | | | | BUG=63252 Review URL: http://codereview.chromium.org/5046001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66205 0039d316-1c4b-4281-b951-d872f2087c98
* Group cmdline settings in UI test and in_process_browser_test.lzheng@chromium.org2010-11-164-74/+94
| | | | | | | | | BUG=none TEST=all UI tests and browser tests stays green. Review URL: http://codereview.chromium.org/4724004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66202 0039d316-1c4b-4281-b951-d872f2087c98
* Reset decompressor after each frame in DecoderRowBased::DecodePacket().sergeyu@chromium.org2010-11-161-6/+11
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/4953001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66201 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8_benchmark after V8 roll at r64892.chase@chromium.org2010-11-161-5/+5
| | | | | | | | | | BUG=63267 TEST=v8 benchmark step is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/5030004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66200 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Fix modification-while-iterating bug in extensions integration testsakalin@chromium.org2010-11-161-1/+4
| | | | | | | | | BUG=None TEST=Windows integration tests Review URL: http://codereview.chromium.org/5000002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66199 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Include browser.h -> ui/browser.h [Part 1].jhawkins@chromium.org2010-11-1653-55/+55
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5043001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66198 0039d316-1c4b-4281-b951-d872f2087c98
* Add a help bubble pointing to the omnibox when installing an extension withmpcomplete@chromium.org2010-11-1613-50/+328
| | | | | | | | | | | an omnibox keyword. BUG=54353 TEST=Install chrome_search from the extension examples folder. You should see a help bubble pointing to the omnibox explaining how to use the omnibox keyword. Review URL: http://codereview.chromium.org/4724005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66197 0039d316-1c4b-4281-b951-d872f2087c98
* Update with new test suite, with shorter test data set.lzheng@chromium.org2010-11-162-18/+10
| | | | | | | | BUG=47318 TEST=safe_browsing_test green on trybots Review URL: http://codereview.chromium.org/4537001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66196 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 66190 - gtk: Add context menu to Bookmark Editor.tfarina@chromium.org2010-11-162-159/+0
| | | | | | | | | | | | BUG=63073 TEST=see bug Review URL: http://codereview.chromium.org/4973001 TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/4953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66195 0039d316-1c4b-4281-b951-d872f2087c98
* PDF testsnirnimesh@chromium.org2010-11-161-0/+36
| | | | | | Review URL: http://codereview.chromium.org/4967003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66194 0039d316-1c4b-4281-b951-d872f2087c98
* Fix more ChromeFrame tests so that they work on IE9.ananta@chromium.org2010-11-153-3/+5
| | | | | | Review URL: http://codereview.chromium.org/4983004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66193 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 72017:72024levin@chromium.org2010-11-151-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=bulach@chromium.org Review URL: http://codereview.chromium.org/5040001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66192 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of a dependency on MessageLoop::DestructionObserver.michaeln@chromium.org2010-11-153-27/+31
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66191 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Add context menu to Bookmark Editor.tfarina@chromium.org2010-11-152-0/+159
| | | | | | | | | BUG=63073 TEST=see bug Review URL: http://codereview.chromium.org/4973001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66190 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show tabbed options page or bookmarks manager in OTR browser window.estade@chromium.org2010-11-154-23/+42
| | | | | | | | | | | | | Instead, always show it in a normal window (creating one if necessary). The change is made in BrowserNavigator because that is the control flow bottleneck. BUG=61813 TEST=manual Review URL: http://codereview.chromium.org/4655002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66189 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 72011:72019.levin@chromium.org2010-11-151-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=bulach@chromium.org Review URL: http://codereview.chromium.org/5033001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66188 0039d316-1c4b-4281-b951-d872f2087c98
* Handful of related instant changes:sky@chromium.org2010-11-1530-143/+554
| | | | | | | | | | | | | | | | | | | | . Makes the code for running the promo more real. We're not ready to flip it on yet, so it isn't enabled. . Nukes verbatim from about:flags and instead randomly chooses verbatim/predictive when the user opts in. We're doing this to try and see if we get feedback as to which one folks like more. Windows preferences shows you which one you get (by way of an obscure label). I'll change gtk do to that shortly too. . Adds metrics. And a couple of random style issues I encountered in some files. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/5023001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66187 0039d316-1c4b-4281-b951-d872f2087c98
* Makes search provider honor inline autocomplete.sky@chromium.org2010-11-152-7/+19
| | | | | | | | | BUG=63151 TEST=see bug Review URL: http://codereview.chromium.org/4978002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66186 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Removes the match preview tear image. Also removes the underlying ↵rohitrao@chromium.org2010-11-157-157/+4
| | | | | | | | | | | | resource files. Xib changes: Removed the close button and tear image. BUG=59068 TEST=Tear image should be gone. Review URL: http://codereview.chromium.org/5031001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66185 0039d316-1c4b-4281-b951-d872f2087c98
* Collect DirectX diagnostic information asynchronously.apatrick@chromium.org2010-11-1510-68/+148
| | | | | | | | | | | | | Collecting this can take a couple of seconds. I put the code onto a worker thread. The about:gpuinfo handler polls for it until it is available, initially displaying only the subset of informtation that can be retreived quickly. This makes the startup time for accelerated compositing, WebGL, etc significantly lower on Windows. None of the other platforms have this issue. TEST=go to about:gpuinfo, try BUG=59711 Review URL: http://codereview.chromium.org/4860001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66184 0039d316-1c4b-4281-b951-d872f2087c98
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-1514-136/+164
| | | | | | | | | | | | | | | MediaFilterCollection is the only code that uses FilterType now so I'm moving the enum into that class and removing all references from the MediaFilter & derived classes. BUG=61823 TEST=No new functionality. Existing tests pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66125 Review URL: http://codereview.chromium.org/4653005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66182 0039d316-1c4b-4281-b951-d872f2087c98
* base: Move StringSplitAlongWhitespace to string_split.htfarina@chromium.org2010-11-1511-111/+113
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/5004002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66181 0039d316-1c4b-4281-b951-d872f2087c98
* Add the Chrome version as one of the things we check to see ifjoi@chromium.org2010-11-153-8/+36
| | | | | | | | | | | | | | | we should attempt re-install. This helps robustness e.g. in the case where we change profile directories (as we recently did). Mark a test that I noticed was flaky (and open a bug for it). BUG=none TEST=none Review URL: http://codereview.chromium.org/5027001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66180 0039d316-1c4b-4281-b951-d872f2087c98
* Checked in missing change.apatrick@chromium.org2010-11-151-1/+1
| | | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66178 0039d316-1c4b-4281-b951-d872f2087c98
* Removed --use-gl=osmesa as default for ui and browser tests.apatrick@chromium.org2010-11-156-47/+78
| | | | | | | | | | | | | Some tests require regular GL and appear not to be flaky. This command line switch is now only passed to tests that are flaky on bots using regular GL. TEST=run affected tests locally, try BUG=55477, 62602 Review URL: http://codereview.chromium.org/4784001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66177 0039d316-1c4b-4281-b951-d872f2087c98
* No need to include all of Cocoa, just pull in Foundation.thomasvl@chromium.org2010-11-151-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4986002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66176 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed a hang in the renderer process. If the renderer process requests for a ↵alokp@chromium.org2010-11-152-11/+33
| | | | | | | | | | channel synchronously and the channel could not be established, the renderer thread would keep waiting for the reply to synchronization request. BUG=61771 TEST=Manually tested pages that require hardware acceleration to make sure they still render correctly Review URL: http://codereview.chromium.org/4884002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66175 0039d316-1c4b-4281-b951-d872f2087c98
* Put the parentheses back where they belong in time_mac.cc. This will allowmark@chromium.org2010-11-151-2/+2
| | | | | | | | | | | Aaron's new test in http://codereview.chromium.org/4471001 to pass. BUG=49233 TEST=base_unittests Time.FromExplodedWithMilliseconds from http://codereview.chromium.org/4471001 Review URL: http://codereview.chromium.org/5042001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66174 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression after the recent libjingle DEPS roll.thestig@chromium.org2010-11-151-0/+1
| | | | | | | | | BUG=57799 TEST=none TBR=bulach Review URL: http://codereview.chromium.org/5037001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66173 0039d316-1c4b-4281-b951-d872f2087c98
* No need to include all of carbon, just need CoreFoundation, and impl gets ↵thomasvl@chromium.org2010-11-152-2/+1
| | | | | | | | | | that from the header including it. BUG=none TEST=none Review URL: http://codereview.chromium.org/5022002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66172 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests: Fix link error (missing libXi) on Linuxevan@chromium.org2010-11-151-0/+8
| | | | | | | | | | | | | | unit_tests fails to link due to requirement on libXi. This is implicitly provided by 'gdk', but unit_tests does not depend on this target. We add a 'xi' dependency for any target depending on 'x11'. BUG=63209 TEST=None (Landing patch for jknotten@chromium.org.) Review URL: http://codereview.chromium.org/5016001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66169 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Cleanup and modify Chrome-for-ChromeOS autotest wrapperscmasone@chromium.org2010-11-1515-55/+148
| | | | | | | | | | | | | | | Some deps in the chrome tree and support classes on the Chrome OS side have changed, so update our autotest wrappers to work again. The new code also takes advantage of some new features in the ChromeTestBase class. I've also split the control files to each run 1/4 of the browser tests and ui tests. I tried to come up with a way to divide them more cleanly, but this seems the best way to split them across multiple VMs with the infrastructure on the bots. If we used autoserv to run smoke suite, we could be more clever here, but that's a big hammer for this problem. BUG=chromium-os:8544 TEST=install chrome with tests, then run desktopui_BrowserTest and friends. They should be able to run, though not necessarily succeed. Review URL: http://codereview.chromium.org/4698004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66168 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Turn the google dashboard link into a real link and fix the behavior ofjhawkins@chromium.org2010-11-154-33/+11
| | | | | | | | | | | the 'Get Themes' link. BUG=62887 TEST=none Review URL: http://codereview.chromium.org/4821003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66166 0039d316-1c4b-4281-b951-d872f2087c98