- 26 Aug, 2011 39 commits
-
-
ivankr@chromium.org authored
BUG=chromium-os:19007 TEST=manual Review URL: http://codereview.chromium.org/7715033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98408 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Serve OEM eula from correct URL. BUG=chromium-os:19587 TEST=Manual. Loaded WebUI EULA with OEM content. Review URL: http://codereview.chromium.org/7753006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98407 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98406 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=derat@chromium.org BUG=chromium-os:12402 TEST=None Review URL: http://codereview.chromium.org/7747015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98404 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Print Preview: Provide a link to try printing with the system dialog when print preview fails. Also fix an initiator tab closed case that is being misreported as a failure. BUG=92599 TEST=none Review URL: http://codereview.chromium.org/7715022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98400 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
When resuming mobile network goes through these states: Idle-Failure-Association-Configuration-Connected-Online state. Idle-Failure should not generate any error notifications as network is not in connecting state yet because modem has not resumed yet. Only network failures happening when network is in active state (like associatuion, configuration etc.) should be shown. BUG=chromium-os:18749 TEST=Manual. No error notification for mobile network when resuming. Review URL: http://codereview.chromium.org/7740022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98399 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
tests as these tests rely on resource dlls being present in the locales folder. After revision 98103 it looks like chrome uses resource packs internally. We need to fix ChromeFrame to not use resource dlls and use the packs instead. BUG=94362 TBR=grt Review URL: http://codereview.chromium.org/7740045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98398 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=TBD Review URL: http://codereview.chromium.org/7747009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98397 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
Adds a `privacy` permission to hold toggles for features that a) send information to external services (google or otherwise), b) send information to first-party websites, and c) effect Chrome's handling of the network in general. (Metrics are still a TODO). * privacy * network * networkPredictionEnabled (ChromeSetting) * services * alternateErrorPagesEnabled (ChromeSetting) * autofillEnabled (ChromeSetting) * instantEnabled (ChromeSetting) * safeBrowsingEnabled (ChromeSetting) * searchSuggestEnabled (ChromeSetting) * translateEnabled (ChromeSetting) * websites * blockThirdPartyCookies (ChromeSetting) * hyperlinkAuditingEnabled (ChromeSetting) * referrersEnabled (ChromeSetting) BUG=88030,55059,54853 TEST=browser_tests Review URL: http://codereview.chromium.org/7298005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98396 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
After the context is created, the remaining calls should be done on the compositor thread. This CL adds a MaybeInitializeGL() method, which we run on each call to makeContextCurrent(). Added asserts to RendererGLContext to check that it's always used on the same thread. Review URL: http://codereview.chromium.org/7713015 TBR=husky@google.com Review URL: http://codereview.chromium.org/7745042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98395 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98394 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
r1014: make/mac: Put products into $(product_dir) immediately instead of copying them there. BUG=90199 TEST=youtube works TBR=mark Review URL: http://codereview.chromium.org/7740012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98393 0039d316-1c4b-4281-b951-d872f2087c98
-
husky@google.com authored
After the context is created, the remaining calls should be done on the compositor thread. This CL adds a MaybeInitializeGL() method, which we run on each call to makeContextCurrent(). Added asserts to RendererGLContext to check that it's always used on the same thread. Review URL: http://codereview.chromium.org/7713015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98392 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
One nice side effect of this change is that there are no longer any IPCs associated with the request info. Instead, we just send the parameters to the host when we open a url loader. Review URL: http://codereview.chromium.org/7706021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98391 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
I think this might fix bugs 93768 and 93774. BUG=93768,93774 Review URL: http://codereview.chromium.org/7717019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98390 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
content: Move touchui's RenderWidgetHostView::GetDefaultScreenInfo() into a place to make things link (Fixes trybot linkage on linux_touch) BUG=90443 Review URL: http://codereview.chromium.org/7753013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98389 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisha@google.com authored
Our previous PreRead experiment involved flipping a coin on every launch, but we wish to persist the coin-toss between launches. Additionally, this version of the field trial includes an expiry date and limits it to the canary and dev channels. We are unable to use the FieldTrial mechanism due to PreRead occuring prior to chrome.dll being loaded. As such, we use the registry for persisting the coin-toss and environment variables for communicating between chrome.exe and chrome.dll. Review URL: http://codereview.chromium.org/7712014 TBR=chrisha@chromium.org Review URL: http://codereview.chromium.org/7749030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98388 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
BUG=86429 TEST= Review URL: http://codereview.chromium.org/7747001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98387 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7746006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98386 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
In this mode, a sanitized pingback is sent that does not include the URL or any tokens extracted from the URL or page content. Currently, this feature is behind a command-line flag. BUG=none TEST=ClientSideDetectionServiceTest,BrowserFeatureExtractorTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98168 Review URL: http://codereview.chromium.org/7635010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98383 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7744036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98379 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
Reverts: 98223: base: Add AsList() function to Value API. 98266: base: Add AsBinary() function to Value API. There are two issues with these commits: 1. libcros uses base::Value to pass data to Chrome. It includes values.h from libchrome which contains its own copy. This is a terrible design flaw in libcros and is being addressed (http://crosbug.com/19576), however we need some time to address this before we can make these changes without breaking Chrome on ChromeOS. 2. AsList() and AsBinary() should be const. The fact that they were not const caused re-factoring that changed const Value& input arguments to Value*, which is against the spec. When we re-introduce this, these members should be made const. BUG=chromium-os:19604 TEST=Check bots + ChromeOS autotests Review URL: http://codereview.chromium.org/7753020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98378 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
BUG=94350 TEST=None Review URL: http://codereview.chromium.org/7744049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98377 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98376 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=podivilov Review URL: http://codereview.chromium.org/7741023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98375 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
GetBrowserInfo() should not be tied to a chrome window, so that it can be used at chromeos login screen. BUG=None TEST=None R=dtu@chromium.org Review URL: http://codereview.chromium.org/7747014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98374 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7740041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98373 0039d316-1c4b-4281-b951-d872f2087c98
-
elijahtaylor@google.com authored
on-by-default. This is a mirror change of http://codereview.chromium.org/7720021/ for trunk (some files have changed so it was necessary to check into the branch and trunk separately instead of merging) BUG=93984 TEST=manual Review URL: http://codereview.chromium.org/7693030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98371 0039d316-1c4b-4281-b951-d872f2087c98
-
krisr@chromium.org authored
Review URL: http://codereview.chromium.org/7745039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98369 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7718008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98366 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7747029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98365 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=krisr@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7749026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98364 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
the command line. BUG=82954 Review URL: http://codereview.chromium.org/7744016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98362 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Even though CF_DIB is always supposed to be synthesized from CF_BITMAP, change the types to match in Clipboard::ReadAvailableTypes. We also add a NULL check in Clipboard::ReadImage in case the contents of the clipboard change between the time the clipboard types are accessed and the the clipboard content is accessed. BUG=94332 TEST=none Review URL: http://codereview.chromium.org/7741035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98361 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:19657 TEST=make sure 'Open archive' task shows up only when --enable-archives switch is provided Review URL: http://codereview.chromium.org/7741020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98360 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=93472 Review URL: http://codereview.chromium.org/7747031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98359 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=94140 TEST=unit_tests --gtest_filter="*FailWriteToHistoryBackend*" Review URL: http://codereview.chromium.org/7753008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98358 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
TEST=None BUG=None Review URL: http://codereview.chromium.org/7753018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98357 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=None TEST=Unittests. Review URL: http://codereview.chromium.org/7744041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98356 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Aug, 2011 1 commit
-
-
kbr@google.com authored
not reproduce this crash in house any more, so adding more code along the lines of the earlier fix which was known to work on some hardware. BUG=94103 TEST=none (tested manually to verify no regression) Review URL: http://codereview.chromium.org/7756001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98355 0039d316-1c4b-4281-b951-d872f2087c98
-