- 17 Oct, 2012 40 commits
-
-
avi@chromium.org authored
BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/11191008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162362 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Previously, computation of the interval resulted in a negative value in under certain circumstances, which resulted in a DCHECK failure. This patch fixes the problem. BUG=154363 TEST=Log in using a large Drive account; open Files.app and go to Drive; The number of fetched files was updated smoothly Review URL: https://chromiumcodereview.appspot.com/11192027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162361 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@chromium.org authored
M D DLS: Dead store to imageUrl in org.chromium.android_webview.test.AwContentsClientShouldInterceptRequestTest.testCalledForImage() At AwContentsClientShouldInterceptRequestTest.java M D DLS: Dead store to onPageFinishedCallCount in org.chromium.android_webview.test.AwContentsClientShouldInterceptRequestTest.testOnLoadResourceCalledWithCorrectUrl() At AwContentsClientShouldInterceptRequestTest.java M D SF: Switch statement found in org.chromium.android_webview.AwContents$IoThreadClientHandler.handleMessage(Message) where default case is missing At AwContents.java M P SIC: Should org.chromium.android_webview.test.AwContentsClientShouldIgnoreNavigationTest$TestAwContentsClient$ShouldIgnoreNavigationHelper be a _static_ inner class? At AwContentsClientShouldIgnoreNavigationTest.java Java only change and android bots are happy. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11196016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162360 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Even if there's an entry that doesn't have a valid extension ID, we should allow the remaining entries to be processed. BUG=chromium:131065 TEST=unit test Review URL: https://chromiumcodereview.appspot.com/11183029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162358 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
BUG=None TEST=None TBR=sky Review URL: https://chromiumcodereview.appspot.com/11183026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162357 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
TsfEventRouter is used for catching tsf related events and forwarding to observers. This class is not used at this moment. This will be used for implementing Omnibox suggestion on Metro UI. This patch only affects on Metro UI and never affects on classic UI on Win8 or prior. BUG=151901, 141820 TEST=Manually done on Win8 classic and metro mode. Review URL: https://chromiumcodereview.appspot.com/11148012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162356 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=154253 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162123 Review URL: https://chromiumcodereview.appspot.com/11141024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162355 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Rename SurfaceState to MemoryManagerState. The state in this structure is used only by the GPU memory manager, so the name should reflect this. Move GpuCommandBufferStubBase state is used only by the GPU memory manager into MemoryManagerState. Review URL: https://chromiumcodereview.appspot.com/11187010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162354 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This is an implementation of HTML5-like postMessage support for the browser plugin. It works as follows: In BrowserPluginEmbedder:NavigateGuest, the browser process creates two swapped out RenderView: A swapped out RenderView for the guest in the embedder render process and a swapped out RenderView for the embedder in the guest render process. The guest RenderView in the embedder process can be accessed via browserPlugin.contentWindow or through the MessageEvent object received from the guest, event.source. The embedder RenderView in the guest process can be accessed through the MessageEvent object on message events, event.source. BrowserPluginEmbedderHelper, and BrowserPluginGuestHelper intercept ViewHostMsg_RouteMessageEvent messages from the swapped out RenderViews and route them appropriately. Note: BrowserPluginBindings now registers add/removeCustomEventListener instead of add/removeEventListener so that the default WebKit implementations are not shadowed by the custom implementations to allow for WebKit MessageEvents to be registered. BUG=141238 Review URL: https://chromiumcodereview.appspot.com/10829225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162353 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162352 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: http://codereview.chromium.org/11187015/ Review URL: https://codereview.chromium.org/11185014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162351 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162350 0039d316-1c4b-4281-b951-d872f2087c98
-
antonm@google.com authored
Review URL: https://chromiumcodereview.appspot.com/11191022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162349 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TBR=cmp Review URL: https://chromiumcodereview.appspot.com/11187026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162348 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=155666 Review URL: https://chromiumcodereview.appspot.com/11143021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162347 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162346 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
r1520 Android backend: allow targets to have unmangled names. TBR=thakis@chromium.org BUG= Review URL: https://codereview.chromium.org/11198028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162345 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
A file for testing was broken, but not used yet. TBR=wtc@chromium.org BUG=136950 Review URL: https://codereview.chromium.org/11186021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162344 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Rename existing Read() to ReadSync() Change type of |buf| from char* to scoped_refptr<IOBuffer> so that async operation is always performed safely Add an asynchronous implementation, Read() The newly added Read() is not used yet, all users still use the old version ReadSync() BUG=72001 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10910268 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162343 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new common_resources.grd will be used for non-loalizeable resources, such as images. Review URL: https://chromiumcodereview.appspot.com/11087059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162342 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=none TEST=run chrome with --vmodule=drive_webapprs_registry=1 and login with an account with some drive apps installed. Review URL: https://codereview.chromium.org/11190019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162341 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=piman@chromium.org Review URL: https://codereview.chromium.org/11138008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162340 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
Testing that WebRequest attributes with incompatible stages cannot be combined in one condition. BUG=112155 TEST=N/A (adding unit-tests only) Review URL: https://chromiumcodereview.appspot.com/11194003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162337 0039d316-1c4b-4281-b951-d872f2087c98
-
MHX348@motorola.com authored
Added PROCESS_TYPE_PPAPI_BROKER case Patch from Joe Thomas <mhx348@motorola.com>. BUG=142923 TEST= Review URL: https://chromiumcodereview.appspot.com/11187004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162336 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
We actually don't need the O(1) lookup for backings, so just use a list. BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11195015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162335 0039d316-1c4b-4281-b951-d872f2087c98
-
james.wei@intel.com authored
Content Shell cannot run without GPU enabled. So enable GPU by default in emulator. BUG= Review URL: https://chromiumcodereview.appspot.com/11148036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162334 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162333 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
BUG=155431 Review URL: https://chromiumcodereview.appspot.com/11140031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162331 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
WebSocket test server migration from content::TestWebSocketServer to net::TestServer. This is a part of migration change for PPAPI tests. BUG=137639 TEST=browser_tests --gtest_filter='*.WebSocket_*' Review URL: https://chromiumcodereview.appspot.com/11048050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162330 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
Counts of TTL obtained in DNS response. Counted when the address is used. Review URL: https://chromiumcodereview.appspot.com/11065052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162329 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Code for using this flag will follow separately. The feature (prefetching in Google Drive client for ChromeOS) is going to be enabled by default, and it won't be user-configurable, but, for development/debugging purpose it would be good if we could sometimes turn it off. BUG=156006 Review URL: https://chromiumcodereview.appspot.com/11151036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162328 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=136950 Review URL: https://chromiumcodereview.appspot.com/11174006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162327 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
WorkerWebSocketHttpLayoutTest was disable. Actually, shared-worker-simple.html is the only test which is useful to run now. Also, providing fixed port for WebSocket test server is not so easy. So, I decided to remove existing WorkerWebSocketHttpLayoutTest, then introduce WorkerTest.WebSocketSharedWorker as a compatible test with shared-worker-simple.html. BUG=155014, 137639 TEST=content_browsertests --gtest_filter='WorkerTest.WebSocketSharedWorker' Review URL: https://chromiumcodereview.appspot.com/11028111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162326 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162325 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
BUG=155425 TBR=nduca@chromium.org Review URL: https://chromiumcodereview.appspot.com/11188026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162324 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Add new HISTORY_DELETE_DIRECTIVE model type. Update everything that depends on model type. Rename SyncCryptographer test to Cryptographer (since it's already in sync_unit_tests). Add EncryptableUserTypes() function and use that instead of UserTypes() for encryption-related stuff. BUG=141245 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162323 0039d316-1c4b-4281-b951-d872f2087c98
-
loislo@chromium.org authored
It broke python automation on DevTools perf bot. This reverts commit 8a429d0f. BUG=none TBR=yurys@chromium.org, pfeldman@chromium.org Review URL: https://codereview.chromium.org/11190017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162322 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TBR=binji@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11183023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162321 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=wtc@chromium.org BUG=136950 Review URL: https://codereview.chromium.org/11192028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162320 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
The link was unconditionally associated with browser restart on Chrome OS, which made users think the browser crashed. The action was intended for the case when auth error happened and needs relogin to refresh the authentication credentials when the message is "Sign out then sign in again". For the message "Please update your sync passphrase", don't restart the browser but just show the dialog to prompt sync passphrase. Instead of assigning a fixed handler for the element ($(sync-action-link)), change the action according to whether the message is caused by auth error or anything else. BUG=150740 TEST=repro the issue described in 150740, open chrome://settings and click on "Please update your sync passphrase" message. Review URL: https://codereview.chromium.org/11178004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162319 0039d316-1c4b-4281-b951-d872f2087c98
-