- 17 Oct, 2012 40 commits
-
-
avi@chromium.org authored
BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/11190014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162368 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
We are switching away from Profile, and content::BrowserContext is preferred over it. BUG=144783 R=sky@chromium.org Review URL: https://codereview.chromium.org/11116015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162367 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
The inputs to the calculator model were called "events". Comments in http://crreview.com/11099051 indicate this causes confusion when those are mixed with the totally different DOM events also used in view.js. With this change, the calculator model inputs were renamed "inputs" to avoid that confusion. No functionality was changed and tests pass after the test. Review URL: https://chromiumcodereview.appspot.com/11189023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162366 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
retry of https://codereview.chromium.org/11187005/ R=ben@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11192007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162365 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=156261 TBR=ddorwin Review URL: https://chromiumcodereview.appspot.com/11188025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162364 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=154964 Test=See bug Review URL: https://chromiumcodereview.appspot.com/11099011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162363 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-