- 01 Nov, 2011 16 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108066 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Beside other changes the new version of libjingle has thread-safe QName class and has all std::string and QName statics removed. BUG=94993,102451 TEST=Compiles Review URL: http://codereview.chromium.org/8413059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108065 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=102457 TBR=cmp@chromium.org Review URL: http://codereview.chromium.org/8431022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108064 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
sendIq_() requires that WCS is initialized when it is called, otherwise it will switch the session into the "failed" state. (The state change causes a disconnect() call, which triggers a sendIq_() and the tab locks up.) Review URL: http://codereview.chromium.org/8427020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108061 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
BUG=102130 TEST=URLRequestTestHTTP.Redirect*Tests Review URL: http://codereview.chromium.org/8418024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108060 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
The call to set chrome as default browser due to policy needs to happen on the FILE thread. This change affects the call to set the default browser due to policy at startup and during runtime. BUG=101331 TEST=Manual testing performed Review URL: http://codereview.chromium.org/8409004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108059 0039d316-1c4b-4281-b951-d872f2087c98
-
rustema@google.com authored
Prevent normal windows from opening when incognito mode is forced. BUG=97677 TEST=Added a test to chrome/browser/extensions/extension_tabs_test.cc. Review URL: http://codereview.chromium.org/8373027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108058 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and Worker threads on Win. Mirror the behaviour of SChannel by creating a new in-memory HCERTSTORE containing the certificate and its intermediate CA certificates whenever it is necessary to pass in a PCCERT_CONTEXT to a Windows API that may need to access the PCCERT_CONTEXT->hCertStore - such as certificate chain verification or display. This also paves the way for removing the GlobalCertStore on Windows, which was necessary in order to link certificates with their intermediates for these same APIs. BUG=47648 TEST=net_unittests:X509CertificateTest.* should cover this. Additionally, on a fresh profile, navigate to different HTTPS sites. From the Page Info Bubble, select Certificate Information, and in the Windows Certificate Viewer, click "Certification Path" and confirm the entire certificate chain is displayed. This is a variation of testing for http://crbug.com/45706, which should not regress. Review URL: http://codereview.chromium.org/7324039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108056 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
types. This adds syncable::APP_SETTINGS on top of the existing syncable::EXTENSION_SETTINGS, and restructures code accordingly to accommodate. This is so they can each be synced independently, and eventually tied to their respective (EXTENSIONS or APPS) sync settings. BUG=98488 TEST=ExtensionSettings* Review URL: http://codereview.chromium.org/8375047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108055 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108054 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
BUG=None TEST=None TBR=caseq Review URL: http://codereview.chromium.org/8387052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108053 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=100898 R=pkasting@chromium.org Review URL: http://codereview.chromium.org/8422009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108052 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
BUG=None TEST=Manual testing performed. Review URL: http://codereview.chromium.org/8335004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108051 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=102406 TEST=Copy a long, complex document from docs.google.com and paste into a Gmail compose window. Review URL: http://codereview.chromium.org/8429022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108050 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
Previously, we used a different inactive tab image, but that had the problem that selected background tabs that were showing the throbber would show the normal tab image within the throbber bounds. This makes us match how views renders. BUG=none TEST=Have a non-active, selected tab show the throbber. The area behind the throbber should match the rest of the tab. Review URL: http://codereview.chromium.org/8429012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108049 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This test was creating an aura::Window but not calling its Init() method, resulting in a segfault when RenderWidgetHostViewAura::SetBackground() tried to access the window's layer. I have a more ambitious change in progress to add a RenderWidgetHostView::InitAsChild() method and update a bunch of callers; this is just a quick workaround so try bots will stop failing. BUG=102450 TEST=manual: test no longer segfaults Review URL: http://codereview.chromium.org/8432020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108048 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 Oct, 2011 24 commits
-
-
gbillock@chromium.org authored
R=jhawkins@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/8343070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108042 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Fixes XCode4.2 compilation error: method attribute can only be specified on method declarations [-Werror,2] This is a result of XCode4.2 adding "-DIBAction=void)__attribute__((ibaction)" magic. BUG=102429 TEST=compile under XCode4.2 R=thakis@chromium.org Review URL: http://codereview.chromium.org/8432015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108041 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG=100895 Review URL: http://codereview.chromium.org/8423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108039 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
BUG=101389 TEST=On any platform use the appropriate policy mechanism to set CloudPrintSubmitEnabled to false. Cloud print should no longer be available via built in print mechanisms Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107748 Review URL: http://codereview.chromium.org/8395007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108038 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8430016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108037 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
This reverts commit 567376dd. Revert "Revert "Remove SimplePrint unit test issue from aura build."" This reverts commit 06e40718bc6dbca1dba8d3ee24f78c95f57e3d2a. Revert "Remove SimplePrint unit test issue from aura build." This reverts commit 567376dd. BUG=100340 TEST=NONE Review URL: http://codereview.chromium.org/8430010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108036 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
if TopSites hasn't loaded, the ExtensionFunction returns asynchronously, which RunFunctionAndReturnResult can't handle BUG=101783 TEST=self Review URL: http://codereview.chromium.org/8363041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108035 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Review URL: http://codereview.chromium.org/8341123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108034 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
Review URL: http://codereview.chromium.org/8387054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108033 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
SyncSetupFlow gets preferred types from PSS::GetPreferredTypes() rather than looking at the preferences directly. BUG=92625 TEST=none Review URL: http://codereview.chromium.org/8400076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108031 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=96722 TEST=none Review URL: http://codereview.chromium.org/8429021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108030 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/8416053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108029 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
BUG=none TEST=PhishingDOMFeatureExtractorTest Review URL: http://codereview.chromium.org/8384023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108028 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
Modify dialog creation flow to allow an off the record profile to be used in an html dialog. Fixes issues with cloud print where the signed-in state of the page and dialogs are out of sync. Adds DCHECKS that fire if a non-modal dialog is created with an off the record profile. This provides a temporary solution to sign-in issues on most platforms. A longer term solution is in the works to eliminate our dependency on html dialog. BUG=99271 TEST= Review URL: http://codereview.chromium.org/8343043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108027 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
This is a reland of accumulated patches including CLs 8414036, 8425010, 8425013, 8424013. It fully enables tracking of objects, as seen in about:tracking in teh release build. The problem this had in its initaial landing centered on Mac instability in base_unittest. We were encountering crash on exit of the tests, with a stack dump involving pthreads. r=rtenneti BUG=101856 Review URL: http://codereview.chromium.org/8429009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108026 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=76697 Review URL: http://codereview.chromium.org/8432011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108025 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
TBR:junov BUG:102428 Review URL: http://codereview.chromium.org/8431013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108024 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=101934 TEST=none Review URL: http://codereview.chromium.org/8341090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108023 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium:100732 TEST=Launch ChromeOS and go to the System settings page. Tap or press and hold the brightness buttons to adjust the screen brightness. Review URL: http://codereview.chromium.org/8340002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108022 0039d316-1c4b-4281-b951-d872f2087c98
-
dgarrett@chromium.org authored
Move the Win32X86Generator and Patcher classes to non-windows specific names since they can be reused untouched for Elf. Move them from one file to files with matching names while at it. Store the transformation kind on the generator class so that it can be know if it's PE or Elf. Unified the TransformationId and ExecutableType enums into a single enum used everywhere (defined in courgette.h since it's now part of the external API). BUG=chromium-os:22149 TEST=Unittests Review URL: http://codereview.chromium.org/8417045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108019 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Previously the tests were relying on locks internal to the class to prevent race conditions. Instead wait for callbacks to be executed by using a combination of synchronization primitives. Review URL: http://codereview.chromium.org/8414041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108017 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
BUG=23581 TEST=None Review URL: http://codereview.chromium.org/8413022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108016 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
I broke this in r108008. BUG=none TEST=compiles and passes on linux Review URL: http://codereview.chromium.org/8431012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108015 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=102303 TEST=Run views chrome. Go to chrome://settings/personal. Sign in to sync. Click "Advanced". OK button should be on left. In non-views chrome (mac, linux), OK button should be on right. Review URL: http://codereview.chromium.org/8387033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108014 0039d316-1c4b-4281-b951-d872f2087c98
-