- 07 Feb, 2012 40 commits
-
-
jennb@chromium.org authored
Part of refactor to allow for a DetachedPanelStrip. Refactor of Panel to know it's current panel strip will be a separate patch. BUG=None TEST=No new tests Review URL: https://chromiumcodereview.appspot.com/9353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120809 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
Original CL: Add support for broadcasted events. Add an extension.onInstalled event that is run when the event page first starts." Fixed ASAN bug with previous incarnation. Previous revert did not fix failing tests, so it's going back in. TBR=aa BUG=81752, 112391 TEST=no Review URL: https://chromiumcodereview.appspot.com/9350006 Review URL: https://chromiumcodereview.appspot.com/9350024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120808 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
The dynamic HSTS state is loaded by the TransportSecurityPersister. By moving it up into profile_impl (which isn't shared by Incognito profiles), the Incognito profiles don't ever load dynamic state. BUG=104935 TEST=Inject an HSTS entry for a non-HTTPS site in the main profile using about:net-internals. Open an incognito window and verify that you can still access the HTTP site. Review URL: http://codereview.chromium.org/8997012 TBR=agl@chromium.org,cevans@google.com Review URL: https://chromiumcodereview.appspot.com/9349029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120807 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9307078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120805 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Revert 116551 - Fix bug 62037: Task manager tooltips appear behind task manager if 'Always on Top' is checked. The fix is to ensure the tooltip window is created with WS_EX_TOPMOST style. BUG=62037 TEST=Manual test by launching task manager or panel and verifying tooltips appear in front. Review URL: http://codereview.chromium.org/9030036 TBR=jianli@chromium.org Review URL: https://chromiumcodereview.appspot.com/9348025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120804 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=111139 TEST=SessionStartupPrefTest.HomePageMigration Review URL: https://chromiumcodereview.appspot.com/9296038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120803 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/9352011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120801 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
The strings system doesn't work the way I thought it should. BUG=112953 TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/9348012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120799 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadt@chromium.org authored
When panel goes to minimized state, we set the window to not accept focus. We do this to prevent panel getting focus assigned by the OS in minimized state. When panel gets expanded programmatically, we're not changing the window state to be able to accept focus. Fixed by having PanelBrowserWindowGtk listen to expansion state change notification. BUG=112030 TEST=Repro steps in bug. Review URL: https://chromiumcodereview.appspot.com/9318018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120797 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
The FILES file was deleted with r110725 but this script was still referencing it. Review URL: https://chromiumcodereview.appspot.com/9307014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120795 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
This fixes the following error: ../../ui/views/bubble/bubble_delegate.cc: In function ‘views::Widget* views::<unnamed>::CreateBubbleWidget(views::BubbleDelegateView*, views::Widget*)’: ../../ui/views/bubble/bubble_delegate.cc:29:50: error: cannot convert ‘GtkWindow*’ to ‘GtkWidget*’ in assignment BUG=113010 TEST=none Review URL: https://chromiumcodereview.appspot.com/9317111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120794 0039d316-1c4b-4281-b951-d872f2087c98
-
kerz@chromium.org authored
BUG=NONE TBR=eroman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9346022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120793 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120792 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9129013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120791 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=None TEST=None TBR=jchaffraix@chromium.org Review URL: https://chromiumcodereview.appspot.com/9348021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120790 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
This allows child processes to track ancestry, and report it to the browser process. Parent tracking is only turned on based on an environment variable. r=rtenneti Review URL: https://chromiumcodereview.appspot.com/9181002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120789 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
members. Finnur fixed a similar crash about a month ago (crrev.com/116316), so I added some DCHECK()s to help prevent this in the future. BUG=110234 TEST=This may happen when ResourceBundle::InitSharedInstanceWithLocale() returns an empty string. Not sure if there are other scenarios that would cause this crash. Review URL: https://chromiumcodereview.appspot.com/9317095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120788 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9338006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120785 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=112962 TEST=none Review URL: https://chromiumcodereview.appspot.com/9346007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120784 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=111861 TEST=build with the 10.6 sdk TBR=rsesek Review URL: https://chromiumcodereview.appspot.com/9346020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120783 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
keys to access Google services. BUG=112889 Review URL: https://chromiumcodereview.appspot.com/9343001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120782 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:25896 TEST= Review URL: https://chromiumcodereview.appspot.com/9347020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120781 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=110834 TEST=Log in as guest, press ctrl+shift+l, nothing should happen. Review URL: https://chromiumcodereview.appspot.com/9309088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120779 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
R=cpu@chromium.org,timurrrr@chromium.org BUG=96295 TEST=Ran ComponentUpdaterTest.* under drmemory, RegisterComponent leak gone Review URL: https://chromiumcodereview.appspot.com/9332004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120778 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=105964 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9224001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120777 0039d316-1c4b-4281-b951-d872f2087c98
-
droger@chromium.org authored
This method has been promoted from CookieMonster to CookieStore. This CL implements a unittest for this method, using only the CookieStore API. BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/9309117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120776 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
Also remove the heapcheck and memcheck suppressions. Added cbentzel and timurrrr for OWNERS approval. R=jhawkins@chromium.org,cbentzel@chromium.org,timurrrr@chromium.org BUG=108399 TEST=ran WebSocketServerSocketTest.* under drmemory Review URL: https://chromiumcodereview.appspot.com/9309090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120775 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:23777 TEST=See bug. Review URL: https://chromiumcodereview.appspot.com/9328041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120774 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:23202 TEST=See bug. Review URL: https://chromiumcodereview.appspot.com/9349015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120773 0039d316-1c4b-4281-b951-d872f2087c98
-
eugenis@google.com authored
BUG=112835 TEST=none TBR=glider Review URL: https://chromiumcodereview.appspot.com/9347019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120770 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/9117024marja@chromium.org authored
BUG=99088 TEST=BrowserInitTest.ProfilesWithoutPagesNotLaunched Review URL: https://chromiumcodereview.appspot.com/9316040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120768 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
Ensures that low-latency audio unit tests passes on Win 7 build bots which does not support mono rendering. BUG=112986 TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/9350014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120767 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
The adapter sends signals when known devices are created and removed, we may need these to obtain properties for the devices so hook them up so the observer can receive them. BUG=chromium-os:22086 TEST=verified signals are received Change-Id: I3931df90f78903308abe244a208901aa7f0a64a4 Review URL: http://codereview.chromium.org/9317012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120766 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
CHECKs was added when investigating issue 103957 and issue 95732. Since these two bugs have been fixed, remove CHECKs or replace with normal error handling. BUG=95732,103957 TEST=none Review URL: http://codereview.chromium.org/9307009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120763 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=Manual: chrome builds with chromeos=1 on a 64-bit machine without a system gold binary. Review URL: https://chromiumcodereview.appspot.com/9325068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120762 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerm@chromium.org authored
This functionality has been moved to chrome/app. See http://codereview.chromium.org/9235053/ Note that CL 9235053 must be landed BEFORE this one. BUG=chromium:98508 TEST= Review URL: http://codereview.chromium.org/9309083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120761 0039d316-1c4b-4281-b951-d872f2087c98
-
jnd@chromium.org authored
Use test root cert once we can not find root cert in system cert store on Android when running unit tests. Many SSL tests need to install a root cert on device to verify the certificate sent from server during SSL handshake. This change is to make sure that the cert verification function can use the test root cert during unit tests on Android. Review URL: http://codereview.chromium.org/9313004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120760 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Eliminate allocations for DrainableIOBuffer with SeekableIOBuffer. BUG=72001 TEST=net_unittests Review URL: http://codereview.chromium.org/9293029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120757 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This removes StatusAreaButton::Delegate's GetStatusAreaFont() method and updates the text styles returned by GetStatusAreaTextStyle() to include the font weight. I'm also removing the translucency from the light gray text style so it'll match the header text on the WebUI login page. BUG=111364 TEST=manual Review URL: http://codereview.chromium.org/9307099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120756 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org BUG=110912 TEST=Notification promo still works but looks cooler. Review URL: https://chromiumcodereview.appspot.com/9318017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120755 0039d316-1c4b-4281-b951-d872f2087c98
-