summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 72306 - Conditionally add compile-time enable for web audio API on ↵crogers@google.com2011-01-243-5/+4
| | | | | | | | | | | | | | | | Mac OS X This is a more limited version of the patch already reviewed here: http://codereview.chromium.org/6308014/ BUG=none TEST=none (tested locally on Mac OS X to verify build and that the feature could be enabled) Review URL: http://codereview.chromium.org/6388002 TBR=crogers@google.com Review URL: http://codereview.chromium.org/6271014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72307 0039d316-1c4b-4281-b951-d872f2087c98
* Conditionally add compile-time enable for web audio API on Mac OS Xcrogers@google.com2011-01-233-4/+5
| | | | | | | | | | | This is a more limited version of the patch already reviewed here: http://codereview.chromium.org/6308014/ BUG=none TEST=none (tested locally on Mac OS X to verify build and that the feature could be enabled) Review URL: http://codereview.chromium.org/6388002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72306 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new presubmit check to enforce automatic svn properties in svn config.maruel@chromium.org2011-01-231-0/+44
| | | | | | | | | | | This should help simplifying project maintenance. BUG=none TEST=none Review URL: http://codereview.chromium.org/6241012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72305 0039d316-1c4b-4281-b951-d872f2087c98
* Put history insertion for downloads processing inline.rdsmith@chromium.org2011-01-236-106/+167
| | | | | | | | | | | | | | | | | | | This change shifts standard download processing to wait on history insertion (note that actual data download does not wait). This makes the download process less racy and is expected to make the download tests less flaky. Note that it also brings the rename to the download intermediate file rename inline into standard download processing; i.e. now we always rename to the intermediate file name and then to the final file name. This again reduces raciness and possibly tset flakiness. BUG=63237 TEST=All current download tests. Review URL: http://codereview.chromium.org/6096003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72301 0039d316-1c4b-4281-b951-d872f2087c98
* views: Add table2_example to views_examples target.tfarina@chromium.org2011-01-233-150/+196
| | | | | | | | | | | Also move the implementation from header to the source file. BUG=None TEST=run out/Debug/views_examples, everything should works as before. Review URL: http://codereview.chromium.org/6264010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72300 0039d316-1c4b-4281-b951-d872f2087c98
* Don't map internalFormat in renderbufferStorage() in embedded envrionment.jnd@chromium.org2011-01-231-14/+16
| | | | | | | | | BUG=none TEST=Run webkit layout test fast/canvas/webgl/framebuffer_test.html in embedded environment. Review URL: http://codereview.chromium.org/6365006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72299 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 647.0 to 648.0chrome-release@google.com2011-01-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72295 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72292 - Propagate correct data to the Toolbar serversisherman@chromium.org2011-01-233-285/+47
| | | | | | | | | | | BUG=67219 TEST=unit-tested Review URL: http://codereview.chromium.org/6213002 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/6259016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72293 0039d316-1c4b-4281-b951-d872f2087c98
* Propagate correct data to the Toolbar serversgeorgey@chromium.org2011-01-233-47/+285
| | | | | | | | BUG=67219 TEST=unit-tested Review URL: http://codereview.chromium.org/6213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72292 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ChromeURLRequestContext::is_media_willchan@chromium.org2011-01-232-13/+2
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6342016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72291 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExtensionOverrideTest.OverrideNewtab, which is hangyisherman@chromium.org2011-01-231-1/+7
| | | | | | | | | | BUG=70511 TEST=greener tree TBR= mpcomplete@chromium.org Review URL: http://codereview.chromium.org/6352014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72290 0039d316-1c4b-4281-b951-d872f2087c98
* Extension - Docs - Add a note where user cannot override newtab incognito ↵mhm@chromium.org2011-01-232-0/+10
| | | | | | | | | | | | | | | | windows. Since new tab pages cannot be overridden in incognito windows, a note should be specified in the documentation. Some users I have seen in IRC and Forums have this confusion. The reason why you cannot override is from the following bug, where extension developers discussed the following issue: http://crbug.com/39372 BUG=None TEST=Open the page and the content will be shown Review URL: http://codereview.chromium.org/6295008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72286 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Perf test of disabling ChromeNetLog."willchan@chromium.org2011-01-221-2/+0
| | | | | | | | | | | Perf test done. BUG=none TEST=none Review URL: http://codereview.chromium.org/6342017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72285 0039d316-1c4b-4281-b951-d872f2087c98
* Perf test of disabling ChromeNetLog.willchan@chromium.org2011-01-221-0/+2
| | | | | | | | | | | Will revert after getting a run on the perf cyclers. BUG=none TEST=none Review URL: http://codereview.chromium.org/6288011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72284 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72282 - Enable web audio compile-time flagcrogers@google.com2011-01-221-1/+0
| | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6308014 TBR=crogers@google.com Review URL: http://codereview.chromium.org/6322007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72283 0039d316-1c4b-4281-b951-d872f2087c98
* Enable web audio compile-time flagcrogers@google.com2011-01-221-0/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6308014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72282 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 71415 - Revert 71377 - Added loading of nested BHO.vitalybuka@chromium.org2011-01-225-1/+65
| | | | | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6106004 TBR=vitalybuka@chromium.org Review URL: http://codereview.chromium.org/6313002 TBR=vitalybuka@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72281 0039d316-1c4b-4281-b951-d872f2087c98
* Re-roll WebKit DEPS to revision 76408 - was previously reverted to try to ↵crogers@google.com2011-01-221-1/+1
| | | | | | | | track down tree redness TBR=rniwa git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72280 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land http://codereview.chromium.org/6265009 which was reverted to try to ↵crogers@google.com2011-01-222-5/+67
| | | | | | | | fix tree redness TBR=rniwa git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72279 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land http://codereview.chromium.org/6339004 which was revertedcrogers@google.com2011-01-229-0/+33
| | | | | | | | BUG=none TEST=none TBR=rniwa git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72278 0039d316-1c4b-4281-b951-d872f2087c98
* Add a total startup countergavinp@chromium.org2011-01-222-0/+2
| | | | | | | | | | | With this counter of all startups, you can now use metrics to compute ratios of sessions. Also add some UMA to the tracking file. TEST=not this time BUG= no Review URL: http://codereview.chromium.org/6281009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72277 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 646.0 to 647.0chrome-release@google.com2011-01-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72273 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72225 - This patch moves the experiments settings from the user ↵rniwa@chromium.org2011-01-225-11/+12
| | | | | | | | | | | | | | | | | profile to the browser's local state, since these settings correspond to command line switches. This is a release blocker for NaCl, so we decided to push this through. Windows browser tests are failing. TEST=manual BUG= http://code.google.com/p/nativeclient/issues/detail?id=1322 Review URL: http://codereview.chromium.org/6267009 TBR=bbudge@google.com Review URL: http://codereview.chromium.org/6262010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72271 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72261 - Add run-time enable support for the web audio APIrniwa@chromium.org2011-01-229-33/+0
| | | | | | | | | | | | | | Windows browser tests are failing. BUG=none TEST=none (tested locally on Mac OS X to verify about:flags shows the web audio feature and that it can be enabled/disabled) Review URL: http://codereview.chromium.org/6339004 TBR=crogers@google.com Review URL: http://codereview.chromium.org/6364005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72270 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72260 - Roll WebKit 76389:76408rniwa@chromium.org2011-01-221-1/+1
| | | | | | | | | | | Windows browser tests are failing. TBR=tony TBR=rniwa@chromium.org Review URL: http://codereview.chromium.org/6268011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72269 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72259 - Bundle audio spatialization resources for use by the web ↵rniwa@chromium.org2011-01-222-67/+5
| | | | | | | | | | | | | | | | | | | audio API This CL caused a lot of browser tests to crash on Windows. It's possible that the crashes were caused by some bot flakiness but we need to revert this CL first to diagnose the cause. BUG=none TEST=none (I tested locally on Mac OS X against all of my web audio API demos) Review URL: http://codereview.chromium.org/6265009 TBR=crogers@google.com Review URL: http://codereview.chromium.org/6314015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72268 0039d316-1c4b-4281-b951-d872f2087c98
* Add expectation for NetworkLibrary.IsLocked (fix for 6292008)stevenjb@google.com2011-01-221-0/+4
| | | | | | | | | BUG=chromium-os:9870 TEST=Run browser_tests. Review URL: http://codereview.chromium.org/6385002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72267 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72238 because this commit seems to have caused perms check on Linux ↵rniwa@chromium.org2011-01-225-52/+0
| | | | | | | | | | | | | | Builder to fail. BUG=none TEST=none Review URL: http://codereview.chromium.org/6254007 TBR=chaitanyag@chromium.org Review URL: http://codereview.chromium.org/6275015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72264 0039d316-1c4b-4281-b951-d872f2087c98
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-2220-152/+430
| | | | | | | | | | | other messages being processed. Added unittests for MessageReader. BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/6271004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72262 0039d316-1c4b-4281-b951-d872f2087c98
* Add run-time enable support for the web audio APIcrogers@google.com2011-01-229-0/+33
| | | | | | | | | BUG=none TEST=none (tested locally on Mac OS X to verify about:flags shows the web audio feature and that it can be enabled/disabled) Review URL: http://codereview.chromium.org/6339004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72261 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 76389:76408rniwa@chromium.org2011-01-221-1/+1
| | | | | | TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72260 0039d316-1c4b-4281-b951-d872f2087c98
* Bundle audio spatialization resources for use by the web audio APIcrogers@google.com2011-01-222-5/+67
| | | | | | | | | | BUG=none TEST=none (I tested locally on Mac OS X against all of my web audio API demos) Review URL: http://codereview.chromium.org/6265009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72259 0039d316-1c4b-4281-b951-d872f2087c98
* Adding web pdf files to the testsrohitbm@google.com2011-01-222-1/+9
| | | | | | Review URL: http://codereview.chromium.org/6297014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72258 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout glitches in NTP. Also, lots of naming cleanup.aa@chromium.org2011-01-228-119/+126
| | | | | | | | | BUG=68677,67273 TEST= Review URL: http://codereview.chromium.org/6354016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72255 0039d316-1c4b-4281-b951-d872f2087c98
* Convert to std::wstring as late as possible.tfarina@chromium.org2011-01-221-10/+11
| | | | | | | | | | | | | | | | | This is the change requested by Will. BUG=None TEST=None Original Review URL: http://codereview.chromium.org/6243010/ Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: William Chan <willchan@chromium.org> Reviewed-by: Thiago Farina <tfarina@chromium.org> Review URL: http://codereview.chromium.org/6299015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72254 0039d316-1c4b-4281-b951-d872f2087c98
* No longer display background page badge on initial start after upgradeatwilson@chromium.org2011-01-221-2/+6
| | | | | | | | | BUG=64144 TEST=manual (Code relies on Extension, which can't be mocked out) Review URL: http://codereview.chromium.org/6352010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72253 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix the casing the of the Autofill overlay titles.jhawkins@chromium.org2011-01-221-12/+28
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6376008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72252 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, fix my previous fix to the refactor breakage. Make sure we only applycevans@chromium.org2011-01-221-1/+5
| | | | | | | | | | | | | the current menu command to whoever opened the custom menu. We have to track it in a slightly ugly manner thanks to GTK's out-of-order messaging for "menu item selected" vs. "context menu closed". BUG=NONE TEST=manual Review URL: http://codereview.chromium.org/6278013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72251 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of RenderViewHostDelegate::BrowserIntegration since it was ↵jam@chromium.org2011-01-2210-339/+103
| | | | | | | | unnecessary. RenderViewHost used to dispatch messages only to call that interface, and TabContents would do the work. Instead have TabContents dispatch the messages directly. Review URL: http://codereview.chromium.org/6336012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72250 0039d316-1c4b-4281-b951-d872f2087c98
* String changes for sync dialog suggested by Brian.johnnyg@chromium.org2011-01-225-16/+12
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6371007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72249 0039d316-1c4b-4281-b951-d872f2087c98
* Break ppapi.gyp into several gypi's to reduce contention and allow projects ↵noelallen@google.com2011-01-225-644/+723
| | | | | | | | | | | | | | | to pick which portion of ppapi to use. This revents ppapi from inducing dependencies on other libraries such as base, or large code bases such as mesa in the cases where the ppapi user doesn't need them. BUG=nacl1339 TEST=None Review URL: http://codereview.chromium.org/6265022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72248 0039d316-1c4b-4281-b951-d872f2087c98
* Fix frame-exact seeking again to stay within duration as opposed to rounding ↵scherkus@chromium.org2011-01-222-4/+4
| | | | | | | | | | | | | to the closest frame. Based on discussion from https://bugs.webkit.org/show_bug.cgi?id=52697 to be consistent with other WebKit ports. BUG=69499 TEST=media_unittests Review URL: http://codereview.chromium.org/6259012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72247 0039d316-1c4b-4281-b951-d872f2087c98
* ChromeFrame full tab mode was not supporting the PROPFIND verb correctly, in ↵ananta@chromium.org2011-01-221-8/+7
| | | | | | | | | | | | | | | | | | | | | | the sense that these requests can upload data on the same lines as regular HTTP POST and PUT requests. As a result we would end up never sending out the request to the server. Cleaned up the code in our IBindStatusCallback::GetBindInfo implementation to always honor the posted data length associated with the current request and use it to determine whether we have data to upload. Fixes bug http://code.google.com/p/chromium/issues/detail?id=70302 BUG=70302 TEST=As described in the bug at this point. We need to add support in the HTTPTest server to allow the PROPFIND and other custom methods. Will do that in a subsequent CL. Review URL: http://codereview.chromium.org/6360011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72246 0039d316-1c4b-4281-b951-d872f2087c98
* webkit: expose webkit branch and revision number in about pagesevan@chromium.org2011-01-225-31/+108
| | | | | | | | | | | | | | | - Change lastchange.py to work in other directories and to provide SVN URL. - Use lastchange.py in place where we generate WebKit versioning info. - Include branch@revision string in glue API. BUG=41264 TEST=compiles Review URL: http://codereview.chromium.org/6354014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72245 0039d316-1c4b-4281-b951-d872f2087c98
* Unregister access notifications when accessibility is turned offchaitanyag@chromium.org2011-01-221-4/+9
| | | | | | Review URL: http://codereview.chromium.org/6283009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72244 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move box_layout.[cc,h] into the new layout directory.tfarina@chromium.org2011-01-227-15/+15
| | | | | | | | | | | The other layout files under views directory will be moved later. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6380010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72243 0039d316-1c4b-4281-b951-d872f2087c98
* Fix comment.darin@chromium.org2011-01-221-4/+4
| | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/6278014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72242 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break from previous change (files moved in between try bot run and ↵jam@chromium.org2011-01-222-5/+5
| | | | | | | | commit). Review URL: http://codereview.chromium.org/6379003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72241 0039d316-1c4b-4281-b951-d872f2087c98
* When we detect a PDF with an unsupported feature, ask the user if they want ↵jam@chromium.org2011-01-2233-51/+557
| | | | | | | | | to view it with Adobe Reader if it's installed. If it's not, ask them if they want to launch the url to install it. If it's installed and out of date, show an interstitial. BUG=65339 Review URL: http://codereview.chromium.org/6259008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72240 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Miscellaneous style tweaksstuartmorgan@chromium.org2011-01-223-4/+10
| | | | | | | | | | | | | | | | | Addresses various small review comments and other issues: - Removes the min-height for the main-page startup page list, where it doesn't make sense - Changed the min-height for other lists to a multiple of the list item heights - Removes some of the left padding in select elements - Makes the bottom shadow of subpages slightly lighter - Makes the close buttons centered vertically - Changes the input type of the Add Startup Page overlay to prevent over-aggresive validation BUG=None TEST=None Review URL: http://codereview.chromium.org/6359011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72239 0039d316-1c4b-4281-b951-d872f2087c98