| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89367 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89353 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7097014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89348 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89343 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89339 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89328 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89321 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|