- 16 Aug, 2012 40 commits
-
-
oleg@chromium.org authored
BUG=143002 Review URL: https://chromiumcodereview.appspot.com/10825385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151885 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Relanding this CL https://chromiumcodereview.appspot.com/10827050/ after a memory leak was fixed in the master. TBR=darin@chromium.org BUG=chromium-os:27206 TEST= Test active policy: 1. Set the timezone policy to X. 2. Login, set timezone to Y (!= X) 3. Logout, check that the timezone is reset to X Test inactive policy: 1. Set the timezone policy to X. 2. Login, set timezone to Y (!= X) 3. Logout, check that the timezone is still Y Review URL: https://chromiumcodereview.appspot.com/10832222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151884 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151883 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10825370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151882 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
- Prevent automatic font downscaling. - Use font sizes in percents rather than pixels. - Use em for spacing around tabs on the left, rather than pixels. Pixels still used in most other places for padding. - Sliders are now wider on devices with touchscreens, and support touching. BUG=139866 Review URL: https://chromiumcodereview.appspot.com/10834312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151881 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Code that is or has a WebContentsObserver can already use safe versions of Send() and GetRoutingID() that perform NULL checks and delete the Message object and return MSG_ROUTING_NONE when appropriate. This brings the same thing to code that has just a WebContents. BUG=none Review URL: https://chromiumcodereview.appspot.com/10830337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151880 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This code was copied from the Android browser and is buggy. It has recently been fixed in an identical fashion. Review URL: https://chromiumcodereview.appspot.com/10854182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151878 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
Move the libwebview target to android_experimental so it gets compiled and linked on the FYI waterfall (but not the main waterfall or trybots yet). This will help us see when it's been broken by other changes. Review URL: https://chromiumcodereview.appspot.com/10829333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151877 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=140622 Review URL: https://chromiumcodereview.appspot.com/10837253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151876 0039d316-1c4b-4281-b951-d872f2087c98
-
paivanof@gmail.com authored
Avoid crashes when visited links database cannot be opened. BUG=61102, 141044 Review URL: https://chromiumcodereview.appspot.com/10826297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151870 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@chromium.org authored
that I introduced with my last change. BUG=none TEST=ran on device and on Linux. Review URL: https://chromiumcodereview.appspot.com/10832319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151869 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151864 0039d316-1c4b-4281-b951-d872f2087c98
-
changbin.shao@intel.com authored
because overflow happens for integer larger than 2^31. original review url: http://codereview.chromium.org/10828226 BUG=120328 Review URL: https://chromiumcodereview.appspot.com/10832334 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151861 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=none TEST=pass all existing tests, manually run file browser Review URL: https://chromiumcodereview.appspot.com/10854180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151858 0039d316-1c4b-4281-b951-d872f2087c98
-
motek@chromium.org authored
different default browser. This is a trivial change, but it will deal with both issues. Asking for review & owner's review at the same time since this is only 2 lines. R=sky BUG=140065, 141181 Review URL: https://chromiumcodereview.appspot.com/10836271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151857 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10836219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151856 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
chromeos. BUG=142662 TEST=see bug R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151855 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
For some very mysterious reason the flag flip that should have been marking H264Pictures as outputted on OutputPic has vanished. This CL restores it. BUG=142451 TEST=by hand Review URL: https://chromiumcodereview.appspot.com/10855142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151854 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
Adds a new pyauto exception for failures caught by automation calls (inherits from JSONInterfaceError). Improves the error messages generated for automation infrastructure failures. TEST=Manually caused automation commands to fail and verified error messages. BUG=132803 Review URL: https://chromiumcodereview.appspot.com/10855161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151853 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=rsleevi@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10836273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151852 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=142804 Review URL: https://chromiumcodereview.appspot.com/10828326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151851 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
TBR=thakis@chromium.org R=gbillock@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10827341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151850 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10831342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151849 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
add to the default container, instead you need to go through the StackingClient. BUG=137342 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10857021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151848 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
R=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151847 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
r151845 was merge friendly for M21. But since we don't support OS X 10.5 for M22 and onwards, we can clean it up a bit for trunk. BUG=142782 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151846 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=142782 https://chromiumcodereview.appspot.com/10830326/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151845 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This patch is needed so that we can have a clean patch to merge to M21. https://chromiumcodereview.appspot.com/10830326/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151842 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
This allows you to filter the perf tests with a hashtag. For example, adding '#testCreateAndDeleteDatabase' will run only tests with that name. This is just a debugging thing. R=ericu@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10826291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151841 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
It used to conatin only "stumpy", but recently official image contains some suffix, and looks like "stumpy-signed-mp-v2keys". That change caused regression, and this should fix it. BUG=chromium:126732 TEST=Open some tabs on stumpy and sync, then on the other machine you should see "Chromebox" instead of "Chromebook" in "ohter devices" menu in new tab page. Review URL: https://chromiumcodereview.appspot.com/10836257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151839 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/142962 R=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151762 Review URL: https://chromiumcodereview.appspot.com/10836266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151838 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
See previous change for debugging: http://codereview.chromium.org/10826293/ BUG=140688 TBR=jar Review URL: https://chromiumcodereview.appspot.com/10857025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151837 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
DeleteFileSystem will be used in Inspector to allow web developers to clear their filesystem. And DRT support of DeleteFileSystem will help unittest of Inspector. BUG=139366 Review URL: https://chromiumcodereview.appspot.com/10824305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151836 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
background as to what is happening. Long term the observer likely needs a type parameter, but this is to stop the crashing. BUG=142999 TEST=none R=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830345 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151835 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG=139773 Review URL: https://chromiumcodereview.appspot.com/10855186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151834 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
All sync-specific encryption state (types, encrypt everything, explicit passphrase, keys) is now tracked within the new class SyncEncryptionHandler. It's owned by the sync manager, and unifies some of the observer logic we previously had. In addition, it's capable of creating its own transactions, taking us a step closer to have a nigori datatype. In addition, we add a NigoriHandler to abstract the chrome-side of encryption from the sync visible side of encryption. BUG=139848 Review URL: https://chromiumcodereview.appspot.com/10827266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151833 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Removed an unneeded function in the process TBR=thakis@chromium.org BUG=137085 Review URL: https://chromiumcodereview.appspot.com/10825352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151832 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Remove gdata_files.h from gdata_directory_service.h * Add gdata_files.h where necessary. * Remove unnecessary includes from gdata_directory_service.* and gdata_files.* BUG=140317 TEST=compiles. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151829 Review URL: https://chromiumcodereview.appspot.com/10836275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151831 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
This broke the build. * Remove gdata_files.h from gdata_directory_service.h * Add gdata_files.h where necessary. * Remove unnecessary includes from gdata_directory_service.* and gdata_files.* BUG=140317 TEST=compiles. Review URL: https://chromiumcodereview.appspot.com/10836275 TBR=achuith@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151830 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Remove gdata_files.h from gdata_directory_service.h * Add gdata_files.h where necessary. * Remove unnecessary includes from gdata_directory_service.* and gdata_files.* BUG=140317 TEST=compiles. Review URL: https://chromiumcodereview.appspot.com/10836275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151829 0039d316-1c4b-4281-b951-d872f2087c98
-