| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
TBR=loislo
Review URL: http://codereview.chromium.org/5367003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67299 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67297 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=pending: build and load in IE
BUG=none
Review URL: http://codereview.chromium.org/5325002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67296 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=0
TEST=Alweays test more than just a few simple things...
Review URL: http://codereview.chromium.org/5277003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67294 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
because if the context is lost those variables will
be uninitialized.
TEST=ran chrome, conformance tests, unit tests and hand edited gles2_demo to test
BUG=none
Review URL: http://codereview.chromium.org/5305005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67293 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
resize ack.
BUG=64113
TEST=browser_tests should pass.
Review URL: http://codereview.chromium.org/5368001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67292 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
effort to eliminate GTK for TOUCH_UI.
BUG=none
TEST=manually tested
Review URL: http://codereview.chromium.org/4319003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67291 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As it happens, the command-id is a TabStripModel::ContextMenuCommand. So it
needs to be converted into a browser command first, before the accelerator is
looked up.
BUG=None
TEST=Right click on a tab. The context menu should have proper accelerators
displayed (e.g. Ctrl+T for the 'New Tab' option).
Review URL: http://codereview.chromium.org/5331005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67289 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the change that hides the .mk filenames and puts
the makefile regeneration into an ACTION.
TBR=evan
Review URL: http://codereview.chromium.org/5152003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5270002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67287 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
URLFetcher::Core. This allows the thread that created the URLFetcher object to go away without causing the IO thread to crash.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5283001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67284 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. stop using repeated timer, ask for snapshot normally take >200ms range. schedule a update task every 10ms do not make sense. It will cause the task backup in the message loop and I suspect following issue are related.
http://code.google.com/p/chromium-os/issues/detail?id=7333
and possibly
http://code.google.com/p/chromium-os/issues/detail?id=6964
In this patch only one "ask for snapshots" will be posted at the same time.
2. since the feedback loop; always starting to update from begining will starve some tab contents. causing
http://code.google.com/p/chromium-os/issues/detail?id=3142
feedback loop is not resolved in this patch. therefore cpu usage in overview mode still high.
BUG=7333 and 3142
TEST=for 7333, open maps.google.com, enter overview mode. memory does not get increased. no crash.
for 3142, open multiple tabs, and no blank page is seen.
Review URL: http://codereview.chromium.org/4700002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67283 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
manager.
This wires up Password Manager properly, making sure it observes all notifications that it needs to function.
http://crbug.com/63664
TEST=see bug
Review URL: http://codereview.chromium.org/5311006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
slightly less common cursor in the click-to-play case.
The "version" string isn't giving me much of use (Linux); the version, if
present, seems to be tagged into the name. So this seems like a nice balance.
BUG=49832
TEST=NONE
Review URL: http://codereview.chromium.org/5323001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
download completion detection (DownloadsObserver).
BUG=None
TEST=browser_tests --gtest_filter=DownloadTest.DownloadMimeType
Review URL: http://codereview.chromium.org/4658001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67279 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=61583
TEST=private; see me for details.
Review URL: http://codereview.chromium.org/4804001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67278 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:9600
TEST=Verify "Connect" button does not show up for non-connectable networks per chromium-os:9600.
Review URL: http://codereview.chromium.org/5374002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67276 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
http://codereview.chromium.org/4830001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67275 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is achieved by creating a map between tool band Chrome Frame instances and tab windows, and
using the associated tab sent by the automation message, which is the tool band CF instance
when the call originates from a tool band.
Also added some unit tests and slightly changed logic for the ExecutorsManager tab ID management code,
which was missing tests before.
BUG=none
TEST=ie_unittests.exe
Review URL: http://codereview.chromium.org/5102009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:9469
TEST=Verify fix for chromium-os:9469
Review URL: http://codereview.chromium.org/5322006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
... and in the meantime figure out how to configure Selenium
checkout on bots.
TBR=ananta
BUG=none
TEST=FullTabSeleniumTest.Core
Review URL: http://codereview.chromium.org/5314007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=34081
TEST=as in bug
Review URL: http://codereview.chromium.org/5360001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
To be removed shortly.
TBR=huanr
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5310004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67266 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First cut of Selenium core support on Chrome Frame. 2 tests fail.
Selenium tests are now served by mock http server. When the test
is finished it posts a message with number of tests ran and failures.
Also fixed 'attach external tab' mechanism to include the same URL origin
including the port.
BUG=50372
TEST=FullTabSeleniumTest.Core
Review URL: http://codereview.chromium.org/5371001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67264 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
The original landing of this (r67098) tickled an unrelated shutdown
ordering issue which caused tests to flake. It was reverted in r67106. I
tracked down the issue and willchan nailed it with r67181.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67263 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=0
TEST=Make sure we can start IE with a CRX in it.
Review URL: http://codereview.chromium.org/5330006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67262 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=63175,48930
TEST=unit tests
Review URL: http://codereview.chromium.org/5005002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67261 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
We're not ready for external people to start playing with this yet.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67260 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
• Move device management protocol constants into shared header file
• Filter out policies with unwanted keys when decoding server response
This also fixes bug 62058.
BUG=62481
TEST=existing unit tests still work: DeviceManagementPolicyProviderTest.*:DeviceTokenFetcherTest.*
Review URL: http://codereview.chromium.org/5348001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67259 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=glider
TEST=TSan/Win should remain green
Review URL: http://codereview.chromium.org/5267002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67258 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Update EULA text.
BUG=chromium-os:9470, chromium-os:5498
TEST=Manual. When .oobe_complete file is absent proxy dialog doesn't trigger update.
Review URL: http://codereview.chromium.org/5344001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67257 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
I haven't been able to reproduce any failures. Adding some log statements, fixing minor JS issue, and keeping an eye on these in case they go flaky again.
BUG=63675
TEST=browser_tests --gtest_filter="IndexedDB*"
Review URL: http://codereview.chromium.org/5376001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Add actions for mock device management backend for request success and failure.
BUG=62482
TEST=DeviceManagementPolicyProviderTest*:DeviceTokenFetcherTest*
Review URL: http://codereview.chromium.org/5338004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67255 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I ran these tests locally and saw DCHECKs, which are due to the
PropSet problem discussed on chromium-dev recently. These
were taken care of by sync'ing to latest since sky has just
converted to ScopedProp and flushed some issues out.
I did also notice that on my beefy machine that running just
*one* of those extensions tests took about 10 seconds, so lumping
in three of those into one test must be very likely to cause
timeouts.
I have therefore split them up into individual tests. I can't get
it to fail on my machine, so I think it is time to try it out on
the bots.
BUG=28630
TEST=This CL is about fixing tests.
Review URL: http://codereview.chromium.org/5285002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67254 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=64185
TBR=glider
TEST=TSan/UI/CrOS should go greener
Review URL: http://codereview.chromium.org/5281008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67253 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=jparent
Review URL: http://codereview.chromium.org/5357004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67252 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to mock menu item strings.
BUG=63460
TEST=LayoutTest/editing/spelling/context-menu-suggestions.html
TBR=morrita@chromium.org
Review URL: http://codereview.chromium.org/5120002
TBR=morrita@chromium.org
Review URL: http://codereview.chromium.org/5363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67251 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is the chromium side of https://bugs.webkit.org/show_bug.cgi?id=49736.
BUG=none
TEST=webkit layout tests will be enabled after this CL.
Review URL: http://codereview.chromium.org/5333001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67250 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
item strings.
BUG=63460
TEST=LayoutTest/editing/spelling/context-menu-suggestions.html
TBR=morrita@chromium.org
Review URL: http://codereview.chromium.org/5120002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67248 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=42105
TBR=timurrrr
Review URL: http://codereview.chromium.org/5341003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67247 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The example report is like this:
<<<<<<<<<<<<<<<<<<<<<<<<<<
$ ./tools/valgrind/waterfall.sh match
Congratulations! All reports are suppressed!
Test failures on Linux:
None!
Test failures on Chromium Mac:
ui:NPAPITesterBase.GetURLRedirectNotification
Note: we don't check for failures already excluded locally yet
TODO(timurrrr): don't list tests we've already excluded locally
Test failures on Chromium OS:
None!
Note: we don't print FAILS/FLAKY tests and 1200s-timeout failures
<<<<<<<<<<<<<<<<<<<<<<<<<<
I think this should be handy for Chromium Memory Sheriffs
TEST=./tools/valgrind/waterfall.sh match
Review URL: http://codereview.chromium.org/5304002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67246 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added proxy and NPN support as well as basic command line configuration for the flip server.
Turn on building of flip server for linux by default.
BUG=none
TEST=test tool
Review URL: http://codereview.chromium.org/5255008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67245 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=jparent
Review URL: http://codereview.chromium.org/5322005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67244 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=build goes green
TBR=thakis
Review URL: http://codereview.chromium.org/5254004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67243 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
It crashes flakily on the Windows trybot.
TBR=finnur
BUG=64304
TEST=browser_tests
Review URL: http://codereview.chromium.org/5298003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
It flakily times out on Winows trybot.
TBR=sky
BUG=64303
TEST=interactive_ui_tests
Review URL: http://codereview.chromium.org/5369004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67241 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Contributed by Takano.Naoki@gmail.com (honten)
BUG=55874
TEST=Assume the user's login name is 'Chris' and once it's saved, the autocompletion is not triggered if the start charactor is 'c'. The autocompletion is triggered iff the start charactor is 'C'.
Review URL: http://codereview.chromium.org/5197005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67240 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=jparent
Review URL: http://codereview.chromium.org/5369003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67239 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now fix for OpaqueBrowserFrameView NULL pointer access is in,
we can remove FLAKY prefix for ExtensionAPITest.Incognito.
BUG=chromium-os:9049
TEST=run browser_test --gtest_filter="ExtensionAPITest.Incognito" for chromiumos_linux and other targets.
Review URL: http://codereview.chromium.org/5151002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67238 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
As described in the bug, the current behavior is confusing and bug-prone.
BUG=47194
TEST=Check that there are no visible regressions in RTL and LTR language UIs on Linux & Windows.
Review URL: http://codereview.chromium.org/5154009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67237 0039d316-1c4b-4281-b951-d872f2087c98
|