- 03 Dec, 2012 18 commits
-
-
kinuko@chromium.org authored
Two reasons to do this: - We should prevent LocalFileSystemService's RemoteChangeProcessor methods from being called for origins that may not have been initialized in the local side yet. (If we run the initialization simultaneously it's not straightforward to disallow this) - It's not easy to undo the RegisterOrigin if local-side's initialization fails. BUG=none TEST=manual Review URL: https://codereview.chromium.org/11316270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170716 0039d316-1c4b-4281-b951-d872f2087c98
-
chenyu@chromium.org authored
Sharable constants and methods are moved to common/cloud_print so they can be shared by all cloud print related features. Classes/constants/methods in service/cloud_print are moved into namespace cloud_print. Tests are added. BUG=163603 Review URL: https://chromiumcodereview.appspot.com/11360151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170715 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=159981 Review URL: https://chromiumcodereview.appspot.com/11299270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170714 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
This adds default implementations to the Cocoa and Gtk shell windows. The views shell window is currently the only class that implements these in a non-default way; the Cocoa and Gtk will get their own implementations in a follow-up patch. This is needed to have the app window setBounds() and getBounds() APIs operate on content bounds rather than window frame bounds. R=ben@chromium.org,rsesek@chromium.org,estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/11369237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170713 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=kinaba@chromium.org BUG=160904 Review URL: https://chromiumcodereview.appspot.com/11418127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170712 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
from Routing IDs, instead of using ChildThread::ResolveRoute. This avoids a potentially unsafe downcast from IPC::Listener* to RenderViewImpl*, if the given routing_id does not correspond to a RenderView. BUG=163008 Review URL: https://chromiumcodereview.appspot.com/11316209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170708 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
An upload of a large file requires multiple requests of ResumeUploadOperation which should be tested. BUG=162348 TEST=none Review URL: https://codereview.chromium.org/11308315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170707 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=163204 TEST=manual Review URL: https://chromiumcodereview.appspot.com/11418256 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170706 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170705 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
TBR=szager@chromium.org BUG=163855 Review URL: https://codereview.chromium.org/11419282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170704 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170703 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Switch backing repository for android from chromium.googlesource.com to git.chromium.org to avoid Over Quota error. TBR=szager@chromium.org BUG=163855 Review URL: https://codereview.chromium.org/11416313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170702 0039d316-1c4b-4281-b951-d872f2087c98
-
tasak@google.com authored
Needs to revert this because its WebKit patch was unrolled. (See r136319, unreviewed, rolling out r136236). > Update the Speech Api to support array(s) of result items > instead of a single item at a time. > > BUG=143124 > TEST=Covered by content_unittests > > Review URL: https://chromiumcodereview.appspot.com/11421103 TBR=tommi@chromium.org Review URL: https://codereview.chromium.org/11416310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170701 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
> Disable threaded compositing when texture sharing is blacklisted > > When texture_sharing is blacklisted, we can't do readbacks from the > browser process and thus hit the render process to do readbacks for > the thumbnailer or the extensions getVisibleTab() API. This path is > a bit buggy in threaded compositing mode, so disable the thread. > > BUG=158747 > > > Review URL: https://chromiumcodereview.appspot.com/11361077 TBR=jamesr@chromium.org BUG=163046 Review URL: https://codereview.chromium.org/11280272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170700 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
> Make sure Java Bridge cleans up all stub object it creates. > > I have been trying to see why the JavaBridgeChannelHost, which is reference counted, sticks around forever. > > Here is what I found: > > When talk back is enabled. Each JavaBridgeChannelHost typically have 5 references to it. 3 of them should be cleaned up by this patch. (see comments in the .cc file) > > BUG=157699 > > > Review URL: https://chromiumcodereview.appspot.com/11359143 TBR=acleung@google.com Review URL: https://codereview.chromium.org/11412297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170699 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@google.com authored
It looks like the call to GetMagnifierType() on accessibility_util:124 is introducing some crashes. chrome!chromeos::accessibility::GetMagnifierType() [accessibility_util.cc : 283 + 0xb > Add Chrome OS accessibility histograms. > > BUG=99504 > TBR=joi > > Review URL: https://chromiumcodereview.appspot.com/11414232 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/11348342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170698 0039d316-1c4b-4281-b951-d872f2087c98
-
acleung@google.com authored
I have been trying to see why the JavaBridgeChannelHost, which is reference counted, sticks around forever. Here is what I found: When talk back is enabled. Each JavaBridgeChannelHost typically have 5 references to it. 3 of them should be cleaned up by this patch. (see comments in the .cc file) BUG=157699 Review URL: https://chromiumcodereview.appspot.com/11359143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170694 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
"drive_file_path" was unused... BUG=none TEST=none Review URL: https://codereview.chromium.org/11412295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170693 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Dec, 2012 8 commits
-
-
tfarina@chromium.org authored
This is just a stub for now so I can iterate on it with follow up changes to implement the real stuff. views_examples_exe will be built directly on top of AURA API. BUG=141187 TEST=out/Debug/views_examples_exe R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/11421176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170692 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
This is a combination of https://codereview.chromium.org/11308302/ and https://codereview.chromium.org/11434064/, with some fixes to tests. BUG=153137 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/11411308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170689 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=160903 Test=Manual Review URL: https://chromiumcodereview.appspot.com/11417150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170688 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Use SpdySessionDependencies in HttpNetworkTransaction and HttpProxyClientSocketPool tests, instead of hand-rolled alternatives.BUG= Review URL: https://chromiumcodereview.appspot.com/11348333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170687 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=133088 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/11434074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170686 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This should pass now. TBR=rogerta@chromium.org BUG=163630 TEST=none Review URL: https://chromiumcodereview.appspot.com/11414280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170685 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170683 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
I left the unittest in ash still for the time being as it requires a bunch of stuff from ash too (mostly the activation logic which is still in progress for Corewm). http://crbug.com/162100 R=rouslan@chromium.org Review URL: https://codereview.chromium.org/11316287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170679 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Dec, 2012 14 commits
-
-
hartmanng@chromium.org authored
BUG=162923 Review URL: https://chromiumcodereview.appspot.com/11348284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170678 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
This CL depends on https://codereview.chromium.org/11280159/ BUG=158265 TEST=Manually done on lumpy Review URL: https://chromiumcodereview.appspot.com/11428049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170677 0039d316-1c4b-4281-b951-d872f2087c98
-
hartmanng@chromium.org authored
Currently if you reuse the same trace-dir, your previous traces will be overwritten. This will number the outputs. Particularly useful if you use the repeat flags (--page-repeat, --pageset-repeat). See if you like the idea. Also contains a minor fix to the repeat flags, which didn't convert the input value to int before trying to use it. BUG=None Review URL: https://chromiumcodereview.appspot.com/11434040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170676 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=116954 Review URL: https://chromiumcodereview.appspot.com/11348275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170675 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
- Layout test windows starting from (1,1) and move mouse to (0,0) so that they don't overlap unless test moves the cursor. - Enabled disabled tests. - RootWindowHostWin::SetBounds should move the window and call OnHostResized when the scale factor has changed. This also seems to fix the desktop size limitation issue (148691) probably because a popup window can be larger than the desktop size. BUG=150986,157817,141577,148691 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170621 Review URL: https://chromiumcodereview.appspot.com/11428066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170673 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiyb@google.com authored
BUG=161992 Review URL: https://chromiumcodereview.appspot.com/11348299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170672 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317,161776 TEST=manual, browser_tests not running on ARM Review URL: https://chromiumcodereview.appspot.com/11412293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170671 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
In the case of Japanese, IME shows word usage or its description. This feature is already supported in Chrome OS native ibus IME engines. With this patch, Chrome supports same feature for Extension IME. This change does not affect existing extension implementation in terms of backward compatibility. BUG=158486 TEST=manually done one lumpy. Review URL: https://chromiumcodereview.appspot.com/11412268 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170670 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
This continues the work of these two CLs: https://chromiumcodereview.appspot.com/10983023 https://chromiumcodereview.appspot.com/11293235 SSLServerSocketNSS does not use NSS HTTP IO, so it doesn't need to include nss_ocsp.h. Use defined(OS_MACOSX) && !defined(OS_IOS) to detect Mac OS X (excluding iOS). R=blundell@chromium.org,droger@chromium.org,rsleevi@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11434009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170669 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
instead of a single item at a time. BUG=143124 TEST=Covered by content_unittests Review URL: https://chromiumcodereview.appspot.com/11421103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170668 0039d316-1c4b-4281-b951-d872f2087c98
-
hongbo.min@intel.com authored
storage info provider in a way of polling the free space changes at a regular time interval. BUG=141229 TEST=unit_test --gtest_filter=StorageInfoProviderTest.* Review URL: https://chromiumcodereview.appspot.com/11415177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170667 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
R=shishir@chromium.org Review URL: https://codereview.chromium.org/11412288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170666 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=130980 Review URL: https://chromiumcodereview.appspot.com/11348263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170665 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170662 0039d316-1c4b-4281-b951-d872f2087c98
-