summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Traceline: Pass a STARTUPINFOA to CreateProcessA.deanm@chromium.org2009-09-031-1/+1
| | | | | | | | | This should help building in UNICODE (but there might be other problems). Review URL: http://codereview.chromium.org/194011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25308 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing the valgrind error probably caused by r25278 (TAKE 2).yusukes@google.com2009-09-031-0/+6
| | | | | | | | | | BUG=20964 TEST=none TBR=estade Review URL: http://codereview.chromium.org/192006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25307 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 25302 since ExtensionBrowserTest.ParseFeed in browser_tests has ↵yusukes@google.com2009-09-031-1/+1
| | | | | | | | started to fail. Review URL: http://codereview.chromium.org/197009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25306 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: re-enable sanity tests disabled during the deps roll.pfeldman@chromium.org2009-09-031-2/+2
| | | | | | | | BUG=20835 TBR=yurys Review URL: http://codereview.chromium.org/194010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25305 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing the valgrind error probably caused by r25278.yusukes@google.com2009-09-031-0/+6
| | | | | | | | | | BUG=20964 TEST=none TBR=estade Review URL: http://codereview.chromium.org/192005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25304 0039d316-1c4b-4281-b951-d872f2087c98
* A quick fix for Issue 20161hbono@chromium.org2009-09-031-1/+9
| | | | | | | | | | My r22262 changed the code that handles keyboard events dramatically, and this prevent TestShell from inputting characters. This change just sends Char events to emulate keyboard events. (We need to implement the NSTextInput protocol for TestShell, though.) BUG=20161 "Keyboard doesn't work in Mac TestShell" TEST=Run TestShell on Mac. Review URL: http://codereview.chromium.org/183027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25303 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug where feed preview didn't work for techcrunch.com.aa@chromium.org2009-09-031-1/+1
| | | | | | | | | | | | This was caused by synchronous cross-origin XHR not working with redirects. Since synchronous XHR is not a good idea here in the first place, just changed it to asynchronous. TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/197008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25302 0039d316-1c4b-4281-b951-d872f2087c98
* Add a comment about templates for hashing pointers and correct the case of a ↵jorlow@chromium.org2009-09-032-1/+7
| | | | | | | | | | | function inside a comment. TEST=none BUG=none Review URL: http://codereview.chromium.org/190003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25300 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes).rafaelw@chromium.org2009-09-0329-55935/+16031
| | | | | | | | | | | | | | | | Fix jstemplate recursion issue which was generating way to much extraneous hidden template data. Remote jstemplate attributes from rendered files. Remote #EOF that wandered into output. Template now renders from <body>. TBR=aa Review URL: http://codereview.chromium.org/201001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25299 0039d316-1c4b-4281-b951-d872f2087c98
* Replace usage of MFC wrapper classes with their win32 base types to reduce ↵jhawkins@chromium.org2009-09-031-12/+15
| | | | | | | | | | dependency on ATL/MFC. BUG=5027 TEST=none Review URL: http://codereview.chromium.org/171129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25298 0039d316-1c4b-4281-b951-d872f2087c98
* Adding uninstall.sh script to be included in self-extracting archive. This ↵nmaxwell@google.com2009-09-032-2/+127
| | | | | | | | will get called within the setup.sh script to uninstall previous versions of O3D. Can also be manually invoked by a user directly to remove files. Review URL: http://codereview.chromium.org/171128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25297 0039d316-1c4b-4281-b951-d872f2087c98
* Restore r25049 (back out r25295) to isolate it as the cause of bug 20872.mark@chromium.org2009-09-031-7/+8
| | | | | | | | | TBR=pinkerton BUG=20872 TEST=watch perf Review URL: http://codereview.chromium.org/194008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25296 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily back out r25049 to isolate it as the cause of bug 20872.mark@chromium.org2009-09-031-8/+7
| | | | | | | | | TBR=pinkerton BUG=20872 TEST=watch perf Review URL: http://codereview.chromium.org/196002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25295 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit revision 48001.michaeln@google.com2009-09-032-2/+2
| | | | | | | | | | | | * Use the new UnloadEventPolicy when calling FrameLoader::stopLoading(...) TBR=darin,victorw BUG=none TEST= none Review URL: http://codereview.chromium.org/194006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25294 0039d316-1c4b-4281-b951-d872f2087c98
* Add an auto-update now button to chrome://extensions pageasargent@chromium.org2009-09-037-8/+42
| | | | | | | | | | | | BUG=http://crbug.com/17853 TEST=Install an old version of an extension with an available update, then go to chrome://extensions and hit the auto-update now button. The extension should update. Review URL: http://codereview.chromium.org/184005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25293 0039d316-1c4b-4281-b951-d872f2087c98
* Get Mac GYP build compiling.maf@google.com2009-09-037-143/+154
| | | | | | Review URL: http://codereview.chromium.org/172119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25292 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Plug XSS holse: validate hash parameters.ojan@google.com2009-09-031-87/+232
| | | | | | | | | | | | 2. Make legend position:fixed in the top-right corner. 3. Show flaky tests by default even if they match their expectations. 4. Generally cleanup handling of hash params and permalinking. 5. Set default values for permalinkable state. 6. Fix bug with sorting where we'd generate the page twice (slow!). 7. Add a UI for showing loading state when doing actions like sorting. Review URL: http://codereview.chromium.org/193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25291 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid unnecessary rebuilds of installer_util and chrome.dll by onlysgk@google.com2009-09-031-4/+8
| | | | | | | | | writing out appid.h (and updating its timestamp) if the contents change. BUG=16470 TEST=Use F5 to debug unit_tests Review URL: http://codereview.chromium.org/199001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25290 0039d316-1c4b-4281-b951-d872f2087c98
* A crasher can happen in the AlternateNavURLFetcher if the fetch finishes ↵jcampan@chromium.org2009-09-031-2/+14
| | | | | | | | | | | | | after the tab has been closed. At that point the navigation controller the AlternateNavURLFetcher has been deleted and should not be accessed. This CL also addresses a memory leak that would happen when the fetch would fail. BUG=http://crbug.com/17044 TEST=Navigate to an internal URL (ex: http//mylocalserver) by only typing its name (mylocalserver), an infobar asking whether you want to go to http//mylocalserver should be shown. Review URL: http://codereview.chromium.org/187016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25289 0039d316-1c4b-4281-b951-d872f2087c98
* This changes the selenium driver script to not be so scons-specific, andgspencer@google.com2009-09-033-34/+79
| | | | | | | | | | | | | | | | makes it so that it will self-locate some of the things it needs (for instance, it no longer needs to have PYTHONPATH env var set correctly -- it'll find the third party dir relative to itself and add gflags to the path). As part of this, it now copies the selenium tests into the artifacts directory so it can run them out of that directory instead of from the source dir. This is so that we can use the product dir as the root of the http server, since in GYP all three platforms have different locations for their output, and different working directories during the build. Review URL: http://codereview.chromium.org/180074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25288 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing GYP build. Warning generated by this code was treated as error at ↵vangelis@google.com2009-09-031-1/+1
| | | | | | | | compile time. Review URL: http://codereview.chromium.org/197002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25287 0039d316-1c4b-4281-b951-d872f2087c98
* Fix windows build.estade@chromium.org2009-09-031-1/+2
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25286 0039d316-1c4b-4281-b951-d872f2087c98
* Add warnings around the new tab page command line switch and its use so peoplebrettw@chromium.org2009-09-032-0/+6
| | | | | | | | | | don't get confused and copy this pattern (as happened recently). BUG=none TEST=none Review URL: http://codereview.chromium.org/186018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25282 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION build from 206.0 to 207.0laforge@chromium.org2009-09-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25281 0039d316-1c4b-4281-b951-d872f2087c98
* Move status area view to the chromeos directory.brettw@chromium.org2009-09-035-14/+8
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/192001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25279 0039d316-1c4b-4281-b951-d872f2087c98
* Set the focus ring color to match the Gtk theme focus color.estade@chromium.org2009-09-038-2/+66
| | | | | | | | BUG=8540 Review URL: http://codereview.chromium.org/173642 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25278 0039d316-1c4b-4281-b951-d872f2087c98
* Fix to ensure IO thread is created when ExtensionUpdater needs it.asargent@chromium.org2009-09-031-1/+2
| | | | | | | | | | | | In some cases on MacOS it turned out that the IO Thread hadn't been created at the time we were asking for it. BUG=http://crbug.com/20794 TEST=none Review URL: http://codereview.chromium.org/184024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25277 0039d316-1c4b-4281-b951-d872f2087c98
* Adding in memory log of history visit database. Thishuanr@chromium.org2009-09-025-0/+181
| | | | | | | | | | | | log will be saved in crash dump (to be done in next CL) to help debug the corruption in history thread. TEST=Added unit test. BUG=16591 Review URL: http://codereview.chromium.org/187004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25276 0039d316-1c4b-4281-b951-d872f2087c98
* More valgrind suppressionsstuartmorgan@google.com2009-09-022-1/+18
| | | | | | | | | | | | Fix a Mac valgrind exception and widen another a bit. Add two new exceptions for issues that popped up on the Linux bots. BUG=20653,20939,20941 TEST=Watch the valgrind bots. Be soothed by green. Review URL: http://codereview.chromium.org/189009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25275 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 25262. Worked OK in the browser, but blew up TestShell.amanda@chromium.org2009-09-023-20/+152
| | | | | | | | TBR=evan Review URL: http://codereview.chromium.org/194001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25274 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt at a fix for ExtensionBrowserTest.MessagingContentScript.mpcomplete@chromium.org2009-09-022-3/+4
| | | | | | | | | BUG=20795 TEST=no Review URL: http://codereview.chromium.org/191010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25273 0039d316-1c4b-4281-b951-d872f2087c98
* Style changes for readability review.ajwong@chromium.org2009-09-022-411/+487
| | | | | | Review URL: http://codereview.chromium.org/146104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25272 0039d316-1c4b-4281-b951-d872f2087c98
* Fix minor typo. The API is (unfortunately) called XMLHttpRequest,aa@chromium.org2009-09-022-2/+2
| | | | | | | | not XmlHttpRequest. TBR=kathyw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25271 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to WebKit revision 47997michaeln@google.com2009-09-022-5/+1
| | | | | | | | | | | | | * remove japanese-encoding-mix.html from expected failures, passing now. * TBR=victorw, dglazkov BUG=20851 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25269 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for issue 20459 with Chris Hawk's findings.wtc@chromium.org2009-09-021-1/+5
| | | | | | | | | R=hawk BUG=20459 TEST=none Review URL: http://codereview.chromium.org/172117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25268 0039d316-1c4b-4281-b951-d872f2087c98
* Make the EV cert message disappear while typing in the omnibox.pkasting@chromium.org2009-09-021-0/+3
| | | | | | | | BUG=20917 TEST=Visit paypal.com, then type in the omnibox. While typing, the EV cert message on the right side of the omnibox should disappear. Review URL: http://codereview.chromium.org/172118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25267 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude specific browser_tests that don't yet work on Mac.paul@chromium.org2009-09-023-0/+14
| | | | | | | | | BUG=16322 (http://crbug.com/16322) TEST=Covered by browser_tests. Review URL: http://codereview.chromium.org/189007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25265 0039d316-1c4b-4281-b951-d872f2087c98
* Change AppCache and AppCacheGroup to be ref counted classes.Adjusted API of ↵jennb@chromium.org2009-09-0211-38/+271
| | | | | | | | framework classes accordingly.Added unittests for appcache framework classes.TEST=verify objects are cleaned up properly, verify api implBUG=none Review URL: http://codereview.chromium.org/179071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25264 0039d316-1c4b-4281-b951-d872f2087c98
* Update static docs. They'd gotten stale.aa@chromium.org2009-09-0225-128/+186
| | | | | | TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25263 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork shared parts of webplugin_delegate_impl_mac.mm.amanda@chromium.org2009-09-023-152/+20
| | | | | | | | | | | | (Mac side of http://codereview.chromium.org/174479) evan/darin: review, whoever sees it first jam: FYI BUG=none TEST=pages with plugins that worked before this patch should still work after it. Review URL: http://codereview.chromium.org/172116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25262 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a DCHECK that I hit while working on the extension shelf for OS X.thakis@chromium.org2009-09-023-0/+32
| | | | | | | | | BUG=Part of 19073 TEST=unittest in CL Review URL: http://codereview.chromium.org/185015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25261 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust variance for linux perf test expectations.chase@chromium.org2009-09-021-2/+2
| | | | | | | | | | | This patch should cause the linux perf morejs and startup tests to go green. BUG=18597 TEST=linux perf morejs and startup perf tests go green Review URL: http://codereview.chromium.org/189008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25260 0039d316-1c4b-4281-b951-d872f2087c98
* linux: call PR_Init on UI threadevan@chromium.org2009-09-024-13/+36
| | | | | | | | | | It complains about being shutdown on the wrong thread otherwise. BUG=18410 Review URL: http://codereview.chromium.org/178062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25259 0039d316-1c4b-4281-b951-d872f2087c98
* Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.jhawkins@chromium.org2009-09-022-4/+6
| | | | | | | | BUG=5023 TEST=none Review URL: http://codereview.chromium.org/190018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25258 0039d316-1c4b-4281-b951-d872f2087c98
* Add aliased path support to http server. Certain http layout test loads js ↵jianli@chromium.org2009-09-023-0/+32
| | | | | | | | | | | | | resource files from the aliased path. Also set the current path to the directory that contains the test file. This is needed since some layout tests use the relative path. BUG=none TEST=none Review URL: http://codereview.chromium.org/184015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25257 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI ↵mpcomplete@chromium.org2009-09-0217-250/+93
| | | | | | | | privileges to the new" Review URL: http://codereview.chromium.org/171127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25256 0039d316-1c4b-4281-b951-d872f2087c98
* Add linux perf expectations for morejs and startup.chase@chromium.org2009-09-021-1/+4
| | | | | | | | | | | | Initial numbers have high variance on purpose, this should show on the buildbot page as an orange result for those tests. BUG=18597 TEST=linux perf morejs and startup go orange Review URL: http://codereview.chromium.org/190017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25255 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash on Mac by passing an owning window to SelectFile() when loadingpamg@google.com2009-09-021-1/+2
| | | | | | | | | | an unpacked extension from chrome://extensions. BUG=20860 TEST=go to chrome://extensions on Mac, click "Load unpacked extensions...", don't crash Review URL: http://codereview.chromium.org/171121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25253 0039d316-1c4b-4281-b951-d872f2087c98
* This CL adds the createRawDataFromDataURL function to o3d.Pack. The functionmstrydom@google.com2009-09-0213-2/+506
| | | | | | | | | | takes as input a data URL, decodes the data, and returns the raw data in a RawData object. If the data URL has an invalid format, an error message is displayed. Currently only data URL's encoded in base64 are supported. The mime type is ignored. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25252 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome:Preferences:Under the Hood should not scroll horizontally.mark@chromium.org2009-09-021-34/+7
| | | | | | | | | | | | | This is a nib change. All I'm doing is reducing the width of the Under the Hood contents from 472 to 466. 466 matches the available width of the scroll view that it gets inserted to. BUG=19114 TEST=Try to scroll horizontally with a Mighty Mouse ball or trackpad. It should not be possible. Review URL: http://codereview.chromium.org/171125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25251 0039d316-1c4b-4281-b951-d872f2087c98