summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-168-22/+51
| | | | | | | | | | BUG=85110 TEST= Review URL: http://codereview.chromium.org/7134023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89370 0039d316-1c4b-4281-b951-d872f2087c98
* Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox,tony@chromium.org2011-06-1612-32/+0
| | | | | | | | | | sdch, skia, and testing. BUG=28727 Review URL: http://codereview.chromium.org/7165009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89369 0039d316-1c4b-4281-b951-d872f2087c98
* Call on_collection_changed_callback_ on chromeososhima@google.com2011-06-161-0/+8
| | | | | | | | | BUG=81624,chromium-os:15176 TEST=pyauto notification will pass Review URL: http://codereview.chromium.org/7146027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89368 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-161-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89367 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to a working verison of NaCl.dspringer@chromium.org2011-06-161-4/+4
| | | | | | | | | BUG= http://code.google.com/p/nativeclient/issues/detail?id=1846 TEST= nacl_integration Review URL: http://codereview.chromium.org/7184021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89366 0039d316-1c4b-4281-b951-d872f2087c98
* Generate zip file for the remoting it2me webapp, and use symlinks when ↵ajwong@chromium.org2011-06-165-62/+149
| | | | | | | | | | | possible in target. BUG=none TEST=manual on linux Review URL: http://codereview.chromium.org/7171008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89365 0039d316-1c4b-4281-b951-d872f2087c98
* Use the normal panel-frame until there's a touch-friendly version.sadrul@chromium.org2011-06-161-7/+18
| | | | | | | | | BUG=none TEST=browser_test:WindowOpenPanel Review URL: http://codereview.chromium.org/7192001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89364 0039d316-1c4b-4281-b951-d872f2087c98
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-1613-1/+109
| | | | | | | | | | | | | | | | | | | | | The z-ordering of child views is currently maintained (implicitly?) by the order they are added to the parent view. It may often be necessary to change the z-order of views, and View::ReorderChildView can be used to do that. I changed views_desktop to have the two pure-views windows to have overlapping regions, and View::ReorderChildView is used to change the z-ordering of the two windows. So it is possible to click a window to activate it and bring it on top of the other. It could have been done without adding Widget::MoveToTop, but given Widget::MoveAbove and MoveAboveWidget, it sounded like a good idea to have Widget::MoveToTop (MoveToFront?). I do now know what the implementation for windows should be, though. So left it as NOTIMPLEMENTED. BUG=none TEST=none Review URL: http://codereview.chromium.org/7185005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89363 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in CreateTabForDragging test.wyck@chromium.org2011-06-162-17/+1
| | | | | | | | | | | | Introduced in 7080030 BUG=86136 TEST=unit_tests BaseTabStripTest*CreateTabForDragging Review URL: http://codereview.chromium.org/7170028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89362 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Remove unused run_all_unittests.cc files.tfarina@chromium.org2011-06-162-18/+0
| | | | | | | | | | | | | | | Currently ui_unittests runs the unittests for base/, gfx/ and views/ through ui/gfx/run_all_unittests.cc (which is the only run_all_unittests compiled in the ui_unittests target) and thus can have only one main() function to run those tests. BUG=None TEST=ui_unittests R=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/7184014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89360 0039d316-1c4b-4281-b951-d872f2087c98
* Retrying submission of http://codereview.chromium.org/7144010/lambroslambrou@google.com2011-06-166-8/+63
| | | | | | | | | | | | | | | Run DisconnectWindow::Show/Hide on correct thread. This is to ensure that the DisconnectWindow UI actions are carried out on the proper thread for making platform-native GUI API calls (for example, GTK on Linux). BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7180001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89359 0039d316-1c4b-4281-b951-d872f2087c98
* Now cleans up obsolete nodes and syncs transitions properly.atwilson@chromium.org2011-06-162-8/+23
| | | | | | | | | | | | | Updated TypedURLModelAssociator to delete any old-style sync nodes so they don't clutter up the sync DB (makes it hard to debug/test). Also updated typed URL sync code to sync up the full transition data (not just the transition type). This is important as that extra data is used by the history view to determine if a URL should be displayed -- removing the extra bits would ultimately cause items to disappear from History. BUG=84258 TEST=Run typed url sync with old obsolete nodes, see that those nodes are deleted on startup. Also, type in URL in client A, sync URL to client B, see URL in History view on both clients. Review URL: http://codereview.chromium.org/7188001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89358 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land:ben@chromium.org2011-06-1638-388/+497
| | | | | | | | | | | | | | Move private NativeWidget methods to new internal interface NativeWidgetPrivate. This should make it harder to abuse accidentally. BUG=72040 TEST=none Review URL: http://codereview.chromium.org/7170019 Review URL: http://codereview.chromium.org/7189012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89357 0039d316-1c4b-4281-b951-d872f2087c98
* Update BuiltinProvider to provide chrome:// URLs.msw@chromium.org2011-06-168-24/+332
| | | | | | | | | | | | | | | | | | | | Provide common URLs as users start typing "about://" or "chrome://". Highlight matching input (including "chrome://" for "about:" input). Support settings sub-pages/paths, e.g. "chrome://settings/foo". Add BuiltinProviderTest unit test. Additional hosts will be added when I fix crbug.com/73926. BUG=55771 TEST=Get chrome:// AutocompleteProvider URLs in the omnibox dropdown. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89073 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89298 Review URL: http://codereview.chromium.org/6995096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89356 0039d316-1c4b-4281-b951-d872f2087c98
* ui/base/models: Fix the API example code comment.tfarina@chromium.org2011-06-161-4/+4
| | | | | | | | | | | | | | | | Allocating |root| on the stack and passing to |model|, also on the stack, does _not_ work, because TreeNodeModel owns the root. So when the dtor of TreeNodeModel is called, it attempts to free an invalid pointer, which was already deleted. BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7171001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89355 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for Linux kernels >=3.0-rc1 in Python related build files by:tony@chromium.org2011-06-1613-48/+33
| | | | | | | | | | | | | | | - replacing occurences of sys.platform == 'linux2' with sys.platform.startswith('linux') - congregating occurences of sys.platform in ('linux[X]', 'linuxY', ...) to sys.platform.startswith('linux') - adding the key 'linux3' to all relevant lookup dicts BUG=85845 TEST=Try building chromium on Linux >=3.0-r1 Review URL: http://codereview.chromium.org/7172016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89354 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-161-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89353 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 89342 - Roll NaCl DEPS to pick up PPB_Var proxy.creis@chromium.org2011-06-161-4/+4
| | | | | | | | | | | | BUG= http://code.google.com/p/nativeclient/issues/detail?id=1846 TEST= chrome_browser_tests Review URL: http://codereview.chromium.org/7182002 TBR=dspringer@chromium.org Review URL: http://codereview.chromium.org/7184018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89352 0039d316-1c4b-4281-b951-d872f2087c98
* Updating the capabilities reported by the ChromeDriver.jleyba@chromium.org2011-06-162-0/+6
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7046034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89349 0039d316-1c4b-4281-b951-d872f2087c98
* Change wording and appearance of insecure script infobar.tsepez@chromium.org2011-06-162-4/+7
| | | | | | Review URL: http://codereview.chromium.org/7097014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89348 0039d316-1c4b-4281-b951-d872f2087c98
* Uninitialized member in RingBufferWrapper.finnur@chromium.org2011-06-161-1/+0
| | | | | | | | | BUG=None TEST=None CID=8592 Review URL: http://codereview.chromium.org/6995133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89347 0039d316-1c4b-4281-b951-d872f2087c98
* Fix wrong item values for default content settings policies in the policy ↵markusheintz@chromium.org2011-06-161-20/+20
| | | | | | | | | | | template BUG=86313 TEST=manually Review URL: http://codereview.chromium.org/7184012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89346 0039d316-1c4b-4281-b951-d872f2087c98
* ui/base/models: Cleanup TreeNodeModelTest.AddNode unittest.tfarina@chromium.org2011-06-161-23/+10
| | | | | | | | | | | BUG=None TEST=ui_unittests --gtest_filter=TreeNodeModelTest.AddNode R=sky@chromium.org Review URL: http://codereview.chromium.org/7166001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89345 0039d316-1c4b-4281-b951-d872f2087c98
* Adding image so I can use the try servers.finnur@chromium.org2011-06-161-0/+0
| | | | | | | | | TBR=jcivelli BUG=80694 TEST=None Review URL: http://codereview.chromium.org/7192009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89344 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-161-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89343 0039d316-1c4b-4281-b951-d872f2087c98
* Roll NaCl DEPS to pick up PPB_Var proxy.dspringer@chromium.org2011-06-161-4/+4
| | | | | | | | | BUG= http://code.google.com/p/nativeclient/issues/detail?id=1846 TEST= chrome_browser_tests Review URL: http://codereview.chromium.org/7182002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89342 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a DCHECK to TabContentsWrapper to make sure if the TabContents issky@chromium.org2011-06-162-0/+14
| | | | | | | | | | | | | | destroyed we're in the destructor. This is inspired by 85455, which was a crash happening because the TabContents was deleted out from under the TabContentsWrapper. BUG=none TEST=none R=avi@chromium.org,pkasting@chromium.org Review URL: http://codereview.chromium.org/7147002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89341 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests for chrome.tabs.captureVisibleTab working for file:/// URLs.mihaip@chromium.org2011-06-1610-4/+177
| | | | | | | | | | | | | | | | | These tests were originally in http://codereview.chromium.org/6696090 (which never got landed). The actual behavior was fixed with r80213, but we didn't have a test case for bug 76816. Getting the tests to pass involved some ExtensionBrowserTest tweaks, since unpacked extensions default to always allowing file:/// access, but we want to disallow that for some tests. BUG=76816 TEST=no R=mpcomplete@chromium.org Review URL: http://codereview.chromium.org/7155012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89340 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89339 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 88972:89027.vitalyr@chromium.org2011-06-161-1/+1
| | | | | | | | | | TBR=senorblanco BUG=none TEST=none Review URL: http://codereview.chromium.org/7190004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89338 0039d316-1c4b-4281-b951-d872f2087c98
* ui/views: Get rid of V2TestSuite class.tfarina@chromium.org2011-06-161-12/+2
| | | | | | | | | | | | | | This class is overriding some methods from base::TestSuite but not adding anything useful, so just get rid of it entirely. BUG=None TEST=None R=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/7191004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89337 0039d316-1c4b-4281-b951-d872f2087c98
* Create the InputMethod when it is first requested by a child view.penghuang@chromium.org2011-06-161-16/+15
| | | | | | | | | | | | | | | Many widgets(popup menu) do not contain any views which need input method and creating an input method instance may be high cost operation. In those cases we do not create input method util it is fist requested by a child view. BUG=None TEST=Manually Review URL: http://codereview.chromium.org/7170018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89336 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Move more unittests from app/app.gyp to ui_unittests.gypi.tfarina@chromium.org2011-06-162-3/+3
| | | | | | | | | | | BUG=None TEST=ui_unittests R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7167015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89335 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Add browser test using LevelDB in incognito mode.hans@chromium.org2011-06-161-4/+11
| | | | | | | | | | | This depends on WebKit r88921. BUG=81383 TEST=browser_tests Review URL: http://codereview.chromium.org/7170016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89334 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Support carrier deal info link in promo bubble.nkostylev@chromium.org2011-06-1617-68/+165
| | | | | | | | | BUG=chromium-os:15339 TEST=Manual Review URL: http://codereview.chromium.org/7170015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89333 0039d316-1c4b-4281-b951-d872f2087c98
* Reset sync UI error display when sync login is busy.binji@chromium.org2011-06-163-16/+11
| | | | | | | | | | BUG=84542 TEST=manual Review URL: http://codereview.chromium.org/7169002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89332 0039d316-1c4b-4281-b951-d872f2087c98
* Update a TSan suppression for the misterious UserScriptMaster racetimurrrr@chromium.org2011-06-161-2/+2
| | | | | | | | | | RunScan was renamed to RunLoad BUG=67957 TBR=glider TEST=TSan/UI is more stable Review URL: http://codereview.chromium.org/7195001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89330 0039d316-1c4b-4281-b951-d872f2087c98
* Remove prerender content settings.cbentzel@chromium.org2011-06-1613-97/+7
| | | | | | | | | | | | This was used to display an icon when a page was prerendered for debugging. The same thing can now be done with an extension which uses the visibility API. BUG=None TEST=Existing tests, no longer appears when --prerender=enabled Review URL: http://codereview.chromium.org/7044101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89329 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89328 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "WebKit roll 88972:89023."vitalyr@chromium.org2011-06-161-1/+1
| | | | | | | | | | | | browser_tests failed. R=rogerta BUG=none TEST=none Review URL: http://codereview.chromium.org/7191013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89327 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the suppressions for invalid memory accesses in V8 (should be fixed now)timurrrr@chromium.org2011-06-161-27/+0
| | | | | | | | | BUG=83626 TBR=glider TEST=Valgrind bots should remain green Review URL: http://codereview.chromium.org/7192008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89326 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress invalid reads related to objc_msgSend; widen a suppression for the ↵timurrrr@chromium.org2011-06-162-15/+19
| | | | | | | | | | | CreateTabForDragging leaks BUG=86303,86305 TBR=glider TEST=Memory waterfall is greener Review URL: http://codereview.chromium.org/7190003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89325 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup OriginIdentifierValueMap code.markusheintz@chromium.org2011-06-164-19/+10
| | | | | | | | | | BUG=none TEST=host_content_settings_map_unittest.cc, origin_identifier_value_map_unittests.cc Review URL: http://codereview.chromium.org/7149017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89324 0039d316-1c4b-4281-b951-d872f2087c98
* Stub WebUI handler for Update screen.altimofeev@chromium.org2011-06-1611-19/+164
| | | | | | | | | BUG=chromium-os:15923 TEST=manual Review URL: http://codereview.chromium.org/7003110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89323 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress one more data race on ThreadWatcher/MessageLooptimurrrr@chromium.org2011-06-161-1/+10
| | | | | | | | | BUG=83564 TBR=glider TEST=TSan/ui is less flaky Review URL: http://codereview.chromium.org/7185011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89322 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89321 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 88972:89023.vitalyr@chromium.org2011-06-161-1/+1
| | | | | | | | | | TBR=senorblanco BUG=none TEST=none Review URL: http://codereview.chromium.org/7184009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89320 0039d316-1c4b-4281-b951-d872f2087c98
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-168-49/+202
| | | | | | | | | | | | | This change enable to switch protocol from WebSocket to SPDY. SpdyWebsocketStream class is not included, then SPDY connection always fail now. BUG=42320 TEST=net_unittests --gtest_filter=WebSocket\* Review URL: http://codereview.chromium.org/7062043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89318 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a new Valgrind leak, widen a couple of old reportstimurrrr@chromium.org2011-06-162-18/+30
| | | | | | | | | BUG=79671,83430,83566,86294 TEST=memory waterfall goes greener TBR=glider Review URL: http://codereview.chromium.org/7191008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89315 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for bug70599.eugenis@google.com2011-06-161-0/+11
| | | | | | | | It happens with nearly 100% probability in NaCl browser_tests. Not on the bots yet. Review URL: http://codereview.chromium.org/7184006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89314 0039d316-1c4b-4281-b951-d872f2087c98