- 16 Aug, 2012 13 commits
-
-
cpu@chromium.org authored
To support single instance in chrome windows 8. This requires change 27816 on the delegate_execute to be rolled in. BUG=141032 TEST=see bug Review URL: https://chromiumcodereview.appspot.com/10824321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151814 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The P2PTransport interface was used to implement PPB_Transport_Dev Pepper interface. That interface was removed a while ago. Removing webkit_glue::P2PTransport too as we don't need it. Review URL: https://chromiumcodereview.appspot.com/10854131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151813 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Use this score to decide which favicon to pick. BUG=141039 TEST=visit reddit.com. Favicon shows just the head of the reddit alient, not the whole alien. Review URL: https://chromiumcodereview.appspot.com/10824319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151812 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
[LINUX] Extract the name and id of the device and send it along the device attach notification message. Using udev library, extract the device name and id property. If ID_FS_UUID and ID_FS_LABEL does not exists, construct a unique id and label using device model and vendor information. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10829228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151811 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=137454 R=aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151810 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
BUG=976 TEST=Change font in gmail, type, copy/paste url, and make font settings are preserved. Review URL: https://chromiumcodereview.appspot.com/10827330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151808 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Do not auto-login for chromeos volume tests. BUG=chromium-os:33557 TEST=chromeos_volume.py R=craigdh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151807 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Add a test for it. BUG=139926 TEST=testActionTimeoutChanger Review URL: https://chromiumcodereview.appspot.com/10828335 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151806 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
Change PPB_CharSet_Dev.GetDefaultCharSet to return the default encoding of the web contents instead of the Chrome UI. BUG=141110 TEST=None Review URL: https://chromiumcodereview.appspot.com/10834297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151805 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
official builds don't crash unnecessarily. BUG=138323 TBR=jyasskin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151804 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
This should prevent construction of ExtensionSystem in tests from overwriting the ones that tests set. Review URL: https://chromiumcodereview.appspot.com/10854177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151801 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=142738 TEST=Cr142738/FFmpegRegressionTest.BasicPlayback/0 Review URL: https://chromiumcodereview.appspot.com/10857010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151800 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=113354 Review URL: https://chromiumcodereview.appspot.com/10831290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151799 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Aug, 2012 27 commits
-
-
atwilson@chromium.org authored
If URLRequestContextGetter's refcount drops to zero after the IO thread has already gone away, the object leaks. This can be tricky to track down, so now we emit a warning message to the logs. BUG=142702 Review URL: https://chromiumcodereview.appspot.com/10857008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151792 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Courier New looks bad on Linux. See bug for details. BUG=142485 Review URL: https://chromiumcodereview.appspot.com/10823319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151791 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
r151391 hopefully fixed most sources of errors, so we're re-enabling to better track any remaining issues. BUG=135196,130448 Review URL: https://chromiumcodereview.appspot.com/10824288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151788 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
BUG=none R=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151787 0039d316-1c4b-4281-b951-d872f2087c98
-
danhn@chromium.org authored
BUG=142928 Review URL: https://chromiumcodereview.appspot.com/10831334 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151786 0039d316-1c4b-4281-b951-d872f2087c98
-
eaugusti@chromium.org authored
Use a bitmask to represent all the reasons an extension is disabled. Switch to a new key in ExtensionPrefs for the bitmask. When we init ExtensionPrefs, check for the old key, migrate the reason over to the new key, and delete the old key. BUG=142762 Review URL: https://chromiumcodereview.appspot.com/10828316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151785 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Consolidate all ContentViewCore::Load* methods into a single LoadUrl call that takes a NavigationController::LoadURLParam. Consolidate all jni ContentViewCore::Load* methods by adding a Java LoadUrlParams. The data is copied to a native AndroidLoadUrlParams object in native jni code. BUG=142933 Review URL: https://chromiumcodereview.appspot.com/10823207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151784 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10837223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151783 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10855184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151781 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
Also deleting unused fyi_buildertester script BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10802033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151780 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Adding AndroidProxySelectorTests to the ContentShellTest bundle. These tests are used to check if the proxy settings are functioning correctly. CRBUG=136719 Review URL: https://chromiumcodereview.appspot.com/10830287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151779 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
The more appropriate fix is that we should be more aggressively discarding offscreen tiles, but this will temporarily fix some OOM issues that we're encountering on low-FB parts. BUG=141377 Review URL: https://chromiumcodereview.appspot.com/10827342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151778 0039d316-1c4b-4281-b951-d872f2087c98
-
gdk@chromium.org authored
Includes test coverage for the recently-fixed zero-length transfer bug. BUG=140390 TEST=self Review URL: https://chromiumcodereview.appspot.com/10824298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151777 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Crash occurs when icon we set is empty. BUG=142908 TEST=manual NOTE: I'll add test for this later. Review URL: https://chromiumcodereview.appspot.com/10824314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151776 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
This fixes the behavior of the web notification tray with launcher auto-hide. It also fixes visibility of the web notification tray in the lock screen. BUG=142506 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151752 Review URL: https://chromiumcodereview.appspot.com/10834338 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151775 0039d316-1c4b-4281-b951-d872f2087c98
-
krisr@chromium.org authored
TEST=Ran it BUG=None Review URL: https://chromiumcodereview.appspot.com/10825374 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151774 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151773 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
TBR=epoger@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10834320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151772 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151771 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
supports the debug MSVS libc dll. Also disabled debug build inlining and FPO to support increasing debug build optimization. Re-add unit_tests to the "Windows Tests (DrMemory)" bot. (The unit_tests cannot be linked with static_library, which is why they were removed from the bot.) BUG=137180 R=rnk@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151770 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
BUG=142919 Review URL: https://chromiumcodereview.appspot.com/10834339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151769 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
chrome/browser/master_prefs.mm reads the user master prefs file from ~/Application Support/Google/Chrome, not ~/AS/Google. Found by Mike Graboski! BUG=128462 Review URL: https://chromiumcodereview.appspot.com/10836274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151768 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151765 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151764 0039d316-1c4b-4281-b951-d872f2087c98
-
jhorwich@chromium.org authored
This fixes the behavior of the web notification tray with launcher auto-hide. It also fixes visibility of the web notification tray in the lock screen. BUG=142506 Review URL: https://chromiumcodereview.appspot.com/10834338 TBR=stevenjb@google.com Review URL: https://chromiumcodereview.appspot.com/10854175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151763 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/142962 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151762 0039d316-1c4b-4281-b951-d872f2087c98
-
yihongg@chromium.org authored
- Modified chromoting.py to enable me2me automation - Added chromoting_helper.py to handle install, uninstall, enable, disable, changepin which requires admin privilege - Added chromoting.base.py as the base for all chromoting test cases - Modified chromoting_basic, renamed it it2me_basic and moved it under chromoting dir - Added auth, me2me_enable, me2me_connect test - Added a cert and a private key for signing host on mac - Added mock_pref_pane.* files to mock the pref pane for different scenarios NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151717 Review URL: https://chromiumcodereview.appspot.com/10821015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151760 0039d316-1c4b-4281-b951-d872f2087c98
-