summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Compile WebGL support in to Chrome's Dev Channel builds. Stillkbr@google.com2009-10-071-1/+1
| | | | | | | | | | | | requires command line option --enable-webgl (and, currently, --no-sandbox) to enable. BUG=http://crbug.com/21852 TEST=none (runs existing WebGL tests; more coming) Review URL: http://codereview.chromium.org/270003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28336 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off SSL on Linux and MacOS in libjingle.zork@chromium.org2009-10-072-1/+11
| | | | | | Review URL: http://codereview.chromium.org/270011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28335 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to 49260.johnnyg@chromium.org2009-10-072-1/+9
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/267012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28334 0039d316-1c4b-4281-b951-d872f2087c98
* Loads local resources from current locale subtree if available, if not it ↵cira@chromium.org2009-10-0731-168/+420
| | | | | | | | | | | | | | | | | falls back to extension subtree. We look for ext_root/foo/bar.js under ext_root/_locales/fr/foo/bar.js if current locale is fr. If there is no fr specific resource we load ext_root/foo/bar.js instead. Lots of small refactoring to replace FilePath with ExtensionResource. BUG=12131 TEST=See unittest for sample tree. Review URL: http://codereview.chromium.org/256022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28333 0039d316-1c4b-4281-b951-d872f2087c98
* Remove known leaks in syncapi from purify unit_tests.exe_MLK.txt. These ↵tim@chromium.org2009-10-071-46/+0
| | | | | | | | | | | | were fixed by revision 27811. BUG=22775 Review URL: http://codereview.chromium.org/271007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28332 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. ↵rafaelw@chromium.org2009-10-075-25/+22
| | | | | | | | | | | | Part 1." This reverts commit c18585b4bd75664122be8af6ff1170cc5c6efc66. TBR=tc Review URL: http://codereview.chromium.org/270015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28331 0039d316-1c4b-4281-b951-d872f2087c98
* Pull a BrowserActionView out of BrowserActionContainer. Alsoaa@chromium.org2009-10-073-151/+166
| | | | | | | | | | rename the button to BrowserActionButton. This should make adding animation to the badge easier. Review URL: http://codereview.chromium.org/268002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28330 0039d316-1c4b-4281-b951-d872f2087c98
* Remove 20778 from suppressions list as it got fixed.huanr@chromium.org2009-10-071-5/+0
| | | | | | | | BUG=20778 Review URL: http://codereview.chromium.org/266008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28328 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to match layout test dashboard.ojan@chromium.org2009-10-071-35/+54
| | | | | | Review URL: http://codereview.chromium.org/269011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28327 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use -j4 to build gdb, it seems unsafe on mac.dank@chromium.org2009-10-071-9/+14
| | | | | | | | Also don't install anything until everything is built. Review URL: http://codereview.chromium.org/262012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28326 0039d316-1c4b-4281-b951-d872f2087c98
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1.rafaelw@chromium.org2009-10-075-22/+25
| | | | | | | | | | | | | | original issue: http://codereview.chromium.org/207062 Attempting to land this patch earlier resulted in compile failures on linux valgrind and linux perf that I was unable to reproduce. I am splitting this into two pieces. This piece adds extension packing support via --pack-extension for mac & linux. BUG=20668,20669 Review URL: http://codereview.chromium.org/266007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28325 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old expected reliability crashes.rvargas@google.com2009-10-071-6/+0
| | | | | | | | | | | I don't see the crashes anymore. BUG=21520 TEST=none Review URL: http://codereview.chromium.org/264004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28323 0039d316-1c4b-4281-b951-d872f2087c98
* Add permission to use the tabs object for the benchmarking extension.mbelshe@chromium.org2009-10-071-0/+3
| | | | | | | | | | | Without this, the benchmark just doesn't run. BUG=none TEST=none Review URL: http://codereview.chromium.org/265024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28322 0039d316-1c4b-4281-b951-d872f2087c98
* Makes MainMenu a singleton and loaded 5 seconds after startup. This issky@chromium.org2009-10-073-34/+104
| | | | | | | | | | | | | done so that we can show the menu quickly. This is a hack. If the menu remains html we'll pull the html into Chrome and won't need this. This is just for a better prototype experience. BUG=24147 TEST=make sure the main menu still works. Review URL: http://codereview.chromium.org/271004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28321 0039d316-1c4b-4281-b951-d872f2087c98
* Linux port for flip_session.mbelshe@chromium.org2009-10-072-18/+25
| | | | | | | | | | | | Several minor cleanups. BUG=none TEST=none Review URL: http://codereview.chromium.org/265004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28320 0039d316-1c4b-4281-b951-d872f2087c98
* Fix signed/unsigned mismatch for linuxmbelshe@chromium.org2009-10-071-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/261004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28319 0039d316-1c4b-4281-b951-d872f2087c98
* Change many of the int and uint32 uses to size_t.mbelshe@chromium.org2009-10-072-24/+24
| | | | | | | | | | | | | | | | | I think we should avoid using uint32 except where we're defining protocol elements which specifically are intended to be 32 bits. Using size_t for lengths is a good way to avoid any accidental signed/unsigned comparisons. This cleanup is a result of the linux port, which gets lots of unsigned/signed warnings (which we treat as errors). BUG=none TEST=none Review URL: http://codereview.chromium.org/263004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28318 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Remove suppressions that have not been used in the last 100 runs ↵jhawkins@chromium.org2009-10-071-575/+0
| | | | | | | | | | on the Mac bots. BUG=none TEST=none Review URL: http://codereview.chromium.org/262013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28317 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExternalTabTestType.ExternalTabPostMessageTarget which is failing ↵jhawkins@chromium.org2009-10-071-1/+1
| | | | | | | | | | | consistently on Win. TBR=zork BUG=none TEST=none Review URL: http://codereview.chromium.org/262015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28316 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more baselines, and t_e changes.senorblanco@chromium.org2009-10-071-0/+5
| | | | | | | | | | BUG=none TEST=green bots TBR=jhawkins Review URL: http://codereview.chromium.org/269013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28315 0039d316-1c4b-4281-b951-d872f2087c98
* Turning on trybots for o3d.bradnelson@google.com2009-10-071-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/268007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28314 0039d316-1c4b-4281-b951-d872f2087c98
* Fix startup_tests failure. I added a new test but sometimes on a slow bottony@chromium.org2009-10-071-3/+0
| | | | | | | | | | | | we don't get a new tab load (see valleys here: http://build.chromium.org/buildbot/perf/xp-release-single-core/new-tab-ui-cold/report.html?history=300 ). Paper over these errors. TBR=evanm Review URL: http://codereview.chromium.org/264003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28313 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r28293.jhawkins@chromium.org2009-10-079-89/+21
| | | | | | | | | | | | | This reverts, "Change detectLanguage() API to now return the top three languages as well their percentages. Added suitable unit testing to test that top three languages are returned as expected." TBR=zork BUG=none TEST=none Review URL: http://codereview.chromium.org/270012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28311 0039d316-1c4b-4281-b951-d872f2087c98
* Mark even more tests as being flaky.jhawkins@chromium.org2009-10-071-1/+5
| | | | | | | | | TBR=zork BUG=23498,24167 TEST=none Review URL: http://codereview.chromium.org/271010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28309 0039d316-1c4b-4281-b951-d872f2087c98
* More baselines.senorblanco@chromium.org2009-10-075-21/+6
| | | | | | | | | BUG=9798,13907,10343,10430,23972 TEST=none Review URL: http://codereview.chromium.org/270010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28308 0039d316-1c4b-4281-b951-d872f2087c98
* viewsource-link-on-href-value.html is not crashing.jhawkins@chromium.org2009-10-071-1/+1
| | | | | | | | | TBR=johnnyg BUG=none TEST=none Review URL: http://codereview.chromium.org/271009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28307 0039d316-1c4b-4281-b951-d872f2087c98
* Mark opacity-float.html as failing in test_expectations.txtjhawkins@chromium.org2009-10-071-0/+1
| | | | | | | | | TBR=zork BUG=24159 TEST=none Review URL: http://codereview.chromium.org/271008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28306 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a test as flaky in Win Dbg as well.jhawkins@chromium.org2009-10-071-1/+1
| | | | | | | | | TBR=zork BUG=13174 TEST=none Review URL: http://codereview.chromium.org/262011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28305 0039d316-1c4b-4281-b951-d872f2087c98
* Fix double free with browser action popups.erikkay@chromium.org2009-10-073-4/+6
| | | | | | | | | BUG=24122 TEST=none Review URL: http://codereview.chromium.org/269008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28304 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Fix bug with ? not opening the legend on Windows.ojan@chromium.org2009-10-072-14/+24
| | | | | | | | | | 2. Treat Simplified failures as just TEXT failures. It was just adding noise to the dashboard. 3. Show the failure type in the tooltip so you don't have to distinguish my poorly chosen colors. Review URL: http://codereview.chromium.org/270007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28303 0039d316-1c4b-4281-b951-d872f2087c98
* (patch from thiago.farina@gmail.com - http://codereview.chromium.org/261003)thomasvl@chromium.org2009-10-071-5/+5
| | | | | | | | | | | Some string cleanup in google_chrome_strings.grd. Some of these strings use "Chrome" instead of "Google Chrome", but to avoid copyright/trademark issues they should use "Google Chrome". BUG=21866 TEST=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28302 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SQL preloading. I did Run() with a SELECT which produces data, so itbrettw@chromium.org2009-10-073-25/+1
| | | | | | | | | | reports failure. This meant we were never preloading data. TEST=covered by perf tests http://crbug.com/23854 Review URL: http://codereview.chromium.org/265018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28301 0039d316-1c4b-4281-b951-d872f2087c98
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-0797-148/+170
| | | | | | | | | | native_theme to native_theme_win since its Windows-specific. BUG=none TEST=none Review URL: http://codereview.chromium.org/259047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28300 0039d316-1c4b-4281-b951-d872f2087c98
* Add pieces needed by upcoming memory purge implementation:pkasting@chromium.org2009-10-077-15/+130
| | | | | | | | | | | * Get/set object cache disabled state * Add accessor for CrossOriginPreflightResultCache BUG=23400 TEST=none Review URL: http://codereview.chromium.org/257057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28299 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the tab move animation when the custom frame is on. Previously,tony@chromium.org2009-10-071-2/+2
| | | | | | | | | | | | | | | | we were using the tab's y position which takes into account the custom frame padding. However, TabBounds is relative to the tabstrip origin so the we kept incrementing the y position by 15px at each step of the animation. Use the original tab bound y instead (matches code in the pin tab animation). TEST=open some tabs and use ctrl+shift+page{up,down} with the custom frame on. Review URL: http://codereview.chromium.org/269010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28298 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 49245:49254johnnyg@chromium.org2009-10-072-2/+5
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/265016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28297 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r28275, because I didn't use all the Mac valgrind bots when removing ↵jhawkins@chromium.org2009-10-071-0/+735
| | | | | | | | | | | | | | | suppressions. This reverts, "Update test_expectations.txt to match a flaky test and a new crasher." TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/271006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28296 0039d316-1c4b-4281-b951-d872f2087c98
* More new baselines post-Skia r376.senorblanco@chromium.org2009-10-0711-12/+89
| | | | | | | | | BUG=none TEST=greener bots Review URL: http://codereview.chromium.org/265017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28295 0039d316-1c4b-4281-b951-d872f2087c98
* Change detectLanguage() API to now return the top three languages as well ↵sidchat@chromium.org2009-10-079-21/+89
| | | | | | | | | | their percentages. Added suitable unit testing to test that top three languages are returned as expected. BUG=20666 TEST=none Review URL: http://codereview.chromium.org/223010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28293 0039d316-1c4b-4281-b951-d872f2087c98
* Wires up views/gtk to use the gtk bookmark editor.sky@chromium.org2009-10-075-13/+13
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/271001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28292 0039d316-1c4b-4281-b951-d872f2087c98
* Mark DOMStorageTest.LocalStorageLayoutTests as flaky.jhawkins@chromium.org2009-10-071-1/+10
| | | | | | | | BUG=24145 TEST=none Review URL: http://codereview.chromium.org/270009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28290 0039d316-1c4b-4281-b951-d872f2087c98
* Added another CoreAudio ThreadSanitizer suppression.scherkus@chromium.org2009-10-071-4/+2
| | | | | | | | | | BUG=23579 TEST=should be no more CoreAudio-related races detected Review URL: http://codereview.chromium.org/246082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28288 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r28284 (backout of r28260), it did not cause the perf regression.mark@chromium.org2009-10-071-2/+9
| | | | | | | | BUG=23517 24118 TEST=none Review URL: http://codereview.chromium.org/269009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28287 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up to r242162 to properly animate between prefs panes.thomasvl@chromium.org2009-10-072-19/+109
| | | | | | | | TEST=none BUG=20538 Review URL: http://codereview.chromium.org/270008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28286 0039d316-1c4b-4281-b951-d872f2087c98
* Try backing out r28260 to see if it caused the Mac startup test perf regressionmark@chromium.org2009-10-071-9/+2
| | | | | | | | BUG=23517 24118 TEST=Observe Mac perf bot Review URL: http://codereview.chromium.org/267010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28284 0039d316-1c4b-4281-b951-d872f2087c98
* Stop glue from exporting webcore headers.thestig@chromium.org2009-10-073-3/+9
| | | | | | | | BUG=10051 TEST=none Review URL: http://codereview.chromium.org/255100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28282 0039d316-1c4b-4281-b951-d872f2087c98
* Implement interface for testing exceptions in the test plugin.japhet@chromium.org2009-10-073-41/+77
| | | | | | | | | BUG=6735 TEST=LayoutTests/plugins/netscape-throw-exception.html Review URL: http://codereview.chromium.org/255092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28281 0039d316-1c4b-4281-b951-d872f2087c98
* Implement setPOSIXLocale in test shell.evan@chromium.org2009-10-072-0/+16
| | | | | | | | This is needed by a new test: fast/css/opacity-float-expected.txt. Review URL: http://codereview.chromium.org/271003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28280 0039d316-1c4b-4281-b951-d872f2087c98
* Inline the theme promo image. This should be a tiny bit faster thantony@chromium.org2009-10-073-2/+1
| | | | | | | | using a chrome:// URL. Review URL: http://codereview.chromium.org/255099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28279 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Replace pthread mutex with base::Lock in a few more places.timsteele@google.com2009-10-0710-63/+40
| | | | | | | | | | | This leaves just ServerConnectionManager behind. BUG=19895 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/251098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28278 0039d316-1c4b-4281-b951-d872f2087c98