summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Roll WebKit to 81365.simonjam@chromium.org2011-03-171-1/+1
| | | | | | TBR=apavlov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78624 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-1728-215/+208
| | | | | | | | | | | Renames AutofillProfile::GetFieldText to AutofillProfile::GetInfo. To match SetInfo. BUG=none TEST=none Review URL: http://codereview.chromium.org/6713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78622 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash in switching tabstrip orientation from recent refactoring.sky@chromium.org2011-03-175-2/+12
| | | | | | | | | | BUG=75577 TEST=see bug R=ben@chromium.org Review URL: http://codereview.chromium.org/6685065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78621 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang buildjam@chromium.org2011-03-173-1/+15
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78620 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ANGLE 571:577apatrick@chromium.org2011-03-171-1/+1
| | | | | | | | | | | | | | | 577 Fixed framebuffer-object-attachment WebGL conformance test. 576 Update contributors and version 575 Fix clang warnings in PoolAlloc.cpp 574 Fix clang warnings: Intermediate.cpp: warning: '&&' within '||' 573 Fix clang warning: ParseHelper.cpp:264:13: warning: 8 enumeration values not handled in switch 571 Fix clang warning: ConstantUnion.h:56:17: warning: 7 enumeration values not handled in switch TEST=trybots BUG=none Review URL: http://codereview.chromium.org/6712003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78619 0039d316-1c4b-4281-b951-d872f2087c98
* Build break fix.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78618 0039d316-1c4b-4281-b951-d872f2087c98
* Add separate ContentClient interfaces for gpu/plugin/renderer processes. ↵jam@chromium.org2011-03-1732-80/+270
| | | | | | | | Since we don't have a need for a chrome/gpu or chrome/plugin directory, their chrome implementations are in chrome/common. Use the renderer one for getting the sad plugin image. Review URL: http://codereview.chromium.org/6708013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78617 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a confusing obsolete comment from MetricsService's headerstuartmorgan@chromium.org2011-03-173-12/+5
| | | | | | | | | | | | | This comment stopped being true almost two and a half years ago (the function doesn't even *have* a return value any more), but was never removed. Also fixes incorrect use of "setup" as a verb, to make the interface more readable. BUG=None TEST=None Review URL: http://codereview.chromium.org/6712011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78616 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78614 - Print Preview: Cleanup JS createPDFPlugin() a bit.thestig@chromium.org2011-03-172-20/+13
| | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6710009 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/6708018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78615 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Cleanup JS createPDFPlugin() a bit.thestig@chromium.org2011-03-172-13/+20
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6710009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78614 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude ErrorPageTest.DNSError_GoBack1 to make the TSan/UI bot greenertimurrrr@chromium.org2011-03-171-0/+1
| | | | | | | | BUG=46643 TBR=glider Review URL: http://codereview.chromium.org/6712017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78613 0039d316-1c4b-4281-b951-d872f2087c98
* Rewritten MountLibrary to work with non-blocking mount API calls in libcros.zelidrag@chromium.org2011-03-1711-434/+610
| | | | | | | | BUG=chromium-os:13190 TEST=none Review URL: http://codereview.chromium.org/6674043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78612 0039d316-1c4b-4281-b951-d872f2087c98
* Use PipelineStatusNotification instead of a condvar for pipeline stopping.fischman@chromium.org2011-03-172-16/+4
| | | | | | | | | BUG=none TEST={,http/tests/}media layouttests pass. Review URL: http://codereview.chromium.org/6688014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78611 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a couple of HttpNetworkTransactionTests that fail on the TSan botstimurrrr@chromium.org2011-03-171-0/+4
| | | | | | | | | BUG=76592 TBR=glider TEST=TSan bots go greener Review URL: http://codereview.chromium.org/6710011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78610 0039d316-1c4b-4281-b951-d872f2087c98
* Add resources/touch_ntp/tools/check to whitelist for +x.sadrul@chromium.org2011-03-171-0/+1
| | | | | | TBR=markmentovai@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78609 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks selected tab rendering to look better when multiple tabs aresky@chromium.org2011-03-1711-31/+86
| | | | | | | | | | | | | selected. Also converts a handful of things to use active instead of selected. I need to rename a bunch of things, but will do that separately. BUG=76077 TEST=see bug, also covered by test Review URL: http://codereview.chromium.org/6665061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78608 0039d316-1c4b-4281-b951-d872f2087c98
* web-ui settings: Fix a typo for the sans-serif preference key via font settings.csilv@chromium.org2011-03-171-1/+1
| | | | | | | | BUG=none TEST=Verify that the settings page loads w/o an exception. Review URL: http://codereview.chromium.org/6708015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78607 0039d316-1c4b-4281-b951-d872f2087c98
* Modified the jingle library to be able to able to update the auth token ↵sanjeevr@chromium.org2011-03-179-2/+66
| | | | | | | | | | | after login has happened. This will allow refreshed OAuth2 access tokens to be passed in. BUG=None TEST=Test Cloud Print notifications with OAuth2 tokens (not live yet) Review URL: http://codereview.chromium.org/6708005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78605 0039d316-1c4b-4281-b951-d872f2087c98
* Updates TabStripModel context menu commands to deal with multiplesky@chromium.org2011-03-1710-78/+448
| | | | | | | | | | | | | selected tabs. A right click on an selected tab makes the action apply to all tabs. A right click on an unselected tab only applies to that tab. BUG=30572 TEST=covered by unit tests. Review URL: http://codereview.chromium.org/6673095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78604 0039d316-1c4b-4281-b951-d872f2087c98
* Change LOG to VLOG to avoid a lot of messages in the bots output.zmo@google.com2011-03-171-4/+4
| | | | | | | | BUG=76576 TEST=no more libpci message in bots output. Review URL: http://codereview.chromium.org/6713014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78603 0039d316-1c4b-4281-b951-d872f2087c98
* use classList.add in table componentrginda@chromium.org2011-03-171-1/+1
| | | | | | | | | BUG=None TEST=verify that table component works in file-picker Review URL: http://codereview.chromium.org/6711015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78602 0039d316-1c4b-4281-b951-d872f2087c98
* Try #3 - move forward cros DEPS file.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | | BUG=none TEST=none TBR=stevenjb Review URL: http://codereview.chromium.org/6710008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78600 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78591 - Try #2 - moving forward libcros deps.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6709007 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6710007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78597 0039d316-1c4b-4281-b951-d872f2087c98
* Use a specialized new tab page in TOUCH_UI buildssadrul@chromium.org2011-03-1727-3/+3426
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has no change on regular builds (except to rename the NTP resource to be something more generic). On TOUCH_UI builds, an alternate NTP front-end that is optimized for touch is embedded into chrome instead of the standard one. In particular, I use conditional resource processing to choose the source of the IDR_NEW_TAB_HTML resource (new_new_tab_page.html for regular builds, touch_ntp/newtab.html for TOUCH_UI builds). The same WebUI back-end supports the union of functionality needed by all front-ends. Eg. the addition of page-index tracking is used only by this touch-ntp, and there are many features that the touch-ntp doesn't use (yet anyway). The idea with this touch NTP is to focus (for now) on apps, and make it easy to arrange them into pages. You can swipe/drag to switch pages, and press and hold to lift an app and rearrange it. There is lots of further work to improve the touch NTP (including the addition of automated tests and various UI improvements). But it's far enough along now that we'd like to use it as the only NTP in TOUCH_UI builds. Note that only the files in the main 'touch_ntp' directory are embedded as a resource in chrome. The 'tools' sub-directory provides a script for type and syntax checking. The 'standalone' sub-directory is a hack that is used only if newtab.html is loaded directly as a regular web-page. It enables the app to be used (with fake data) directly for rapid prototyping and testing. BUG=None TEST=Existing NTP tests still pass in regular builds. Tests for Touch_UI builds are forthcoming. Review URL: http://codereview.chromium.org/6661024 Patch from Rick Byers <rbyers@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78596 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash with pepper 3D on multiple windows in same rendererpiman@google.com2011-03-174-11/+24
| | | | | | | | | BUG=none TEST=With pepper flash, run ATS AS2 14231, open the popup, kill it, observe no crash Review URL: http://codereview.chromium.org/6711013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78595 0039d316-1c4b-4281-b951-d872f2087c98
* Add IndexedDB browser test that causes a crash.dgrogan@chromium.org2011-03-174-2/+45
| | | | | | | | | | | | When a frame is unloaded, stop() is called on each ActiveDOMObject. IDBDatabase::stop can cause IDBDatabase to be destroyed in a roundabout way. Destroying an ActiveDOMObject while they are being iterated over causes a defensive crash. BUG=75264 TEST=browser_tests --gtest_filter=IndexedDBBrowserTest.DatabaseCallbacksTest Review URL: http://codereview.chromium.org/6677034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78594 0039d316-1c4b-4281-b951-d872f2087c98
* Extensions: expose raw debugging protocol via extension API.pfeldman@chromium.org2011-03-1723-8/+2038
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6686051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78593 0039d316-1c4b-4281-b951-d872f2087c98
* Disable DoubleDisplay and NavigateAway [mark as FAILS_].ericu@google.com2011-03-171-2/+4
| | | | | | | | | | TBR=sadrul@chromium.org BUG=76573 TEST=none Review URL: http://codereview.chromium.org/6712010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78592 0039d316-1c4b-4281-b951-d872f2087c98
* Try #2 - moving forward libcros deps.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6709007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78591 0039d316-1c4b-4281-b951-d872f2087c98
* web-ui settings: Allow escape key to cancel the current search.csilv@chromium.org2011-03-171-6/+19
| | | | | | | | BUG=74862 TEST=Start a search, hit escape. Verify that the search has stopped. Review URL: http://codereview.chromium.org/6709006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78590 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill database migration to clean up bogus profiles.dhollowa@chromium.org2011-03-1714-167/+917
| | | | | | | | | | | | | Adds a |WebDatabase| migration to clean up old profiles. The profiles are merged in much the same way as when aggregated using form submission. Profiles that are identical to another, subsets of another, or contain invalid or incomplete email, state, zip, or address get filtered out. Additionally, the filtered profiles are remembered in a "trash can" mechanism to later reflect these changes in Sync, so that they don't reappear unintentionally. BUG=65625 TEST=PersonalDataManagerTest.*:AutoFillMergeTest.DataDrivenMergeProfiles:WebDatabaseMigrationTest.*:WebDatabaseTest.* Review URL: http://codereview.chromium.org/6676031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78589 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug in instant where if the search provider didn't supportsky@chromium.org2011-03-172-11/+8
| | | | | | | | | | | | | instant we would destroy the TabContents from a callback from the TabContents, which can cause problems. BUG=76077 TEST=see bug, also covered by test R=jcivelli@chromium.org Review URL: http://codereview.chromium.org/6665058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78587 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug where if you click on the bookmark bubble, then change thesky@chromium.org2011-03-175-0/+49
| | | | | | | | | | | | | | | | folder we wouldn't throb the right view. To get this to work I changed the order of when we apply edits (change the model) to before the bubble is closed. Previously we closed the bubble, then applied the edits. We need to apply the edits first as bookmark bar stops throbbing when the bubble is closed. BUG=41082 TEST=see bug R=ben@chromium.org Review URL: http://codereview.chromium.org/6677050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78585 0039d316-1c4b-4281-b951-d872f2087c98
* Passwords: Add a PasswordStore::Observer interface and use this to notifyjhawkins@chromium.org2011-03-174-39/+116
| | | | | | | | | | | | | observers when the data in the password store has changed. BUG=67855 TEST=none R=mdm@chromium.org,stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/6673106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78584 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: set the arrow cursor for the bookmark toolbar and its menus.maf@chromium.org2011-03-172-0/+12
| | | | | | | | | The toolbar is handled using the standard [NSView resetCursorRects] override technique. The menus are trickier as those weird views don't reliably get the resetCursorRects message, so we just set the cursor in the bookmark bar folder (aka fake menu) delegate whenever it gets a mouseEntered for an item(we already go to great lengths to get those messages). BUG=54812 Review URL: http://codereview.chromium.org/6670073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78583 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 81349.simonjam@chromium.org2011-03-171-1/+1
| | | | | | TBR=apavlov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78582 0039d316-1c4b-4281-b951-d872f2087c98
* Convenience class for wifi testing. A subclass of PyUITest that ↵dtu@chromium.org2011-03-174-7/+67
| | | | | | | | | | | automatically sets the flimflam priorities to put wifi connections first before starting tests. BUG=none. TEST=Test included. Review URL: http://codereview.chromium.org/6670064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78580 0039d316-1c4b-4281-b951-d872f2087c98
* Move a bunch of gpu/worker/plugin renderer code to content. I temporarily ↵jam@chromium.org2011-03-1735-112/+124
| | | | | | | | | disabled the sad plugin code while I add a renderer chrome interface in a follow up. TBR=avi Review URL: http://codereview.chromium.org/6713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78579 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing testScreenLocker.dtu@chromium.org2011-03-171-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6708006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78578 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78571 - Moved deps forward to catch my mount library rewrite.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | | | | | BUG=chromium-os:13190 TEST=none TBR=stevenjb Review URL: http://codereview.chromium.org/6709003 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6709004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78577 0039d316-1c4b-4281-b951-d872f2087c98
* Stop subclassing FilterContext in URLRequestJob.adamk@chromium.org2011-03-174-55/+96
| | | | | | | | | | | | | | | | Create a wrapper for URLRequestHttpJob that subclasses FilterContext, and pass an instance of this facade to Filter::Factory(). Reduce the scope of URLRequestJob's interface as much as possible, moving methods into URLRequestHttpJob or its facade as appropriate, and making methods that remain in URLRequestJob non-virtual where possible. BUG=none TEST=net_unittests,try bots Review URL: http://codereview.chromium.org/6677104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78576 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78554 - Make chrome://extension-icon resources available in incognito ↵jstritar@chromium.org2011-03-176-51/+5
| | | | | | | | | | | | | | | | mode. (Will revert, trying to determine what is causing the test flake.) BUG=74905, 75748 TEST=ExtensionIconSourceTest Review URL: http://codereview.chromium.org/6623057 TBR=jstritar@chromium.org Review URL: http://codereview.chromium.org/6713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78575 0039d316-1c4b-4281-b951-d872f2087c98
* Minor OOL nit: remove a template that was only used once in syncable.h and ↵erg@google.com2011-03-174-25/+19
| | | | | | | | | | | OOL the resulting method. BUG=carnitas TEST=compiles; existing tests Review URL: http://codereview.chromium.org/6667048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78574 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the flash version to 10.2.154.25sunandt@google.com2011-03-172-2/+2
| | | | | | | | | BUG=73902 TEST=Pyauto trees should be green Review URL: http://codereview.chromium.org/6710005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78573 0039d316-1c4b-4281-b951-d872f2087c98
* Adds memory cache logging, and updates disk cache logging.mmenke@chromium.org2011-03-1718-271/+660
| | | | | | | | | | Memory and disk cache use the same set of events, with the same parameters (Though the disk cache has a couple events the memory cache does not). Most disk cache events were renamed so as to no longer imply a connection to the disk cache, and all disk cache-related NetLog parameter class definitions were moved to a new file, since they're shared by both entry type. BUG=59382 TEST=none Review URL: http://codereview.chromium.org/6613027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78572 0039d316-1c4b-4281-b951-d872f2087c98
* Moved deps forward to catch my mount library rewrite.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | | BUG=chromium-os:13190 TEST=none TBR=stevenjb Review URL: http://codereview.chromium.org/6709003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78571 0039d316-1c4b-4281-b951-d872f2087c98
* Don't record expiration time of unexpiring cookies.rdsmith@chromium.org2011-03-172-2/+36
| | | | | | | | BUG=76241 Review URL: http://codereview.chromium.org/6685064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78570 0039d316-1c4b-4281-b951-d872f2087c98
* net: add www.paycheckrecords.com to HSTS preloaded list.agl@chromium.org2011-03-172-0/+4
| | | | | | | | | Requested by: Paul Gibson BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78569 0039d316-1c4b-4281-b951-d872f2087c98
* net: update unittests to reflect preloaded HSTS entries.agl@chromium.org2011-03-171-0/+6
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78568 0039d316-1c4b-4281-b951-d872f2087c98
* Committing on behalf of asharif1@chromium.org.sanjeevr@chromium.org2011-03-171-1/+1
| | | | | | | | | | Original CL description: Initialized process_id variable to 0. Original codereview URL is http://codereview.chromium.org/6697036/ BUG=76448 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78567 0039d316-1c4b-4281-b951-d872f2087c98