- 26 Aug, 2011 40 commits
-
-
michaelbai@google.com authored
BUG= TEST= Review URL: http://codereview.chromium.org/7701014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98432 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: http://codereview.chromium.org/7753021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98431 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
Opens up the `BrowsingDataRemover::Remove()` functionality to extensions: initial implementation, so it's sitting behind the experimental flag to work out kinks in the API/code. BUG=83530,54853 TEST=browser_tests Review URL: http://codereview.chromium.org/7551008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98429 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
TopLevelPostReissueFromChromeFramePage 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 Review URL: http://codereview.chromium.org/7740045 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/7745050 TBR=battre@chromium.org Review URL: http://codereview.chromium.org/7753037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98428 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
We were using .dlls, but the .pak files are smaller and this will allow us to share more code across platforms. - Remove app/locales.gyp (used on win to generate the locale dlls) and references to it in other gyp(i) files. - Update various packaging scripts. - Move functions from resource_bundle_posix.cc to resource_bundle.cc (LoadResourcesDataPak, UnloadLocaleResources, GetLocalizedString, LoadLocaleResources) and delete the corresponding functions from resource_bundle_win.cc. Fixes from previous patch: - Made dependencies of packed_resources explicit (MSVS can't figure it out from the inputs). - Removed a couple cases where we were looking for dlls on Windows (in l10n_util.cc and l10n_util_unittest.cc). BUG=92724 TBR=cpu Review URL: http://codereview.chromium.org/7714028 TBR=tony@chromium.org Review URL: http://codereview.chromium.org/7744053 TBR=battre@chromium.org Review URL: http://codereview.chromium.org/7759001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98427 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
We were using .dlls, but the .pak files are smaller and this will allow us to share more code across platforms. - Remove app/locales.gyp (used on win to generate the locale dlls) and references to it in other gyp(i) files. - Update various packaging scripts. - Move functions from resource_bundle_posix.cc to resource_bundle.cc (LoadResourcesDataPak, UnloadLocaleResources, GetLocalizedString, LoadLocaleResources) and delete the corresponding functions from resource_bundle_win.cc. Fixes from previous patch: - Made dependencies of packed_resources explicit (MSVS can't figure it out from the inputs). - Removed a couple cases where we were looking for dlls on Windows (in l10n_util.cc and l10n_util_unittest.cc). BUG=92724 TBR=cpu Review URL: http://codereview.chromium.org/7714028 TBR=tony@chromium.org Review URL: http://codereview.chromium.org/7744053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98426 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@google.com authored
The webkit roll 93846:93861 made chrome-data regress by 0.5% in 32bit. Review URL: http://codereview.chromium.org/7753036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98425 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@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 Review URL: http://codereview.chromium.org/7740045 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/7745050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98424 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Causes segfault in clang when linking in release. TBR=thakis@chromium.org BUG= TEST= NOTRY=true Review URL: http://codereview.chromium.org/7753033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98423 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=chromium-os:17471 TEST="Translate to English" context menu items is shown on the usual pages, but not shown in FileBrowser or chrome://settings. Review URL: http://codereview.chromium.org/7745021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98420 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
BUG=90909 TEST=launch organic browser with empty fresh profile; no message about a bad profile seen before search engine dialog. Review URL: http://codereview.chromium.org/7717025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98418 0039d316-1c4b-4281-b951-d872f2087c98
-
dilmah@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7741018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98417 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Also pass --disable-threads and --disable-pthreads to configure, for goma. Also modify the script to try to download prebuilt binaries first. This is faster, and makes sure the bots use the exact same binary as goma. The binaries are downloaded from http://commondatastorage.googleapis.com/chromium-browser-clang/index.html Also add a script that packages a clang build up into a tgz for uploading with gsutil, based on code by ukai@. Finally, if the svn checkout fails, remove the destination directory and try again (for bots that have a checkout from before we had an internal llvm svn mirror). BUG=none TEST=none Review URL: http://codereview.chromium.org/7741039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98416 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=chromium-os:19257 TEST=None Review URL: http://codereview.chromium.org/7741021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98415 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98414 0039d316-1c4b-4281-b951-d872f2087c98
-
podivilov@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98413 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:19510 TEST=See bug. Review URL: http://codereview.chromium.org/7711025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98412 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
If this is not done downloads go to crazy places like the chrome install dir or god knows where else. BUG=90722 TEST=Set the policy to empty string and observe downloads going to the default location instead. Review URL: http://codereview.chromium.org/7583005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98411 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-