- 04 Dec, 2012 40 commits
-
-
xhwang@chromium.org authored
Check WebKit::WebRuntimeFeatures::isEncryptedMediaEnabled() instead of chromium switch because in LayoutTest chromium switch is not used. BUG=163785 TEST=LayoutTest Review URL: https://chromiumcodereview.appspot.com/11434076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171039 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
BUG=164064 TBR=tapted, benwells Review URL: https://codereview.chromium.org/11428167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171038 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
The code that relied on there being a valid TabContents has changed, so we can now create an ExtensionWebUI for all extension URLs. BUG=106255 Review URL: https://chromiumcodereview.appspot.com/11348358 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171037 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/11415205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171035 0039d316-1c4b-4281-b951-d872f2087c98
-
felipeg@chromium.org authored
We want to use cygprofile for the same purpose as the chromeos: To generate order_text_session files based on earliest run of each function call. BUG=150893 Review URL: https://chromiumcodereview.appspot.com/11348354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171034 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
shipping name has to come from the credit card name when "use billing for shipping" is checked. BUG=157270 Review URL: https://codereview.chromium.org/11414243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171033 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=154637 Review URL: https://chromiumcodereview.appspot.com/11316333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171032 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
These libraries are already in Chrome's third party, so we just add a library.dsc to build them. They will eventually need to be converted to GYP file along with the rest of the NaCl SDK gyp work. R=binji@chromium.org BUG=162141 Review URL: https://chromiumcodereview.appspot.com/11417098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171031 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Extend the suppression for leak in webkit_glue::CppBoundClass::BindToJavascript (issue 150648) BUG=164198,150648 TBR=eugenis Review URL: https://codereview.chromium.org/11412331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171030 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Underlying bug is already fixed. BUG=160861 Android java test change. Ran through android trybot NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11299337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171029 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11348337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171027 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Add a new suppression for dbus leaks (issue 163111) Suppress uninit values in WebCore::RenderBox::paintFillLayers (issue 164198) BUG=164185,163111,164198 TBR=eugenis Review URL: https://codereview.chromium.org/11412329 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171026 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
This does not fix handle passing, but messages that don't carry handles will probably work. BUG=163021,163861 Review URL: https://chromiumcodereview.appspot.com/11434042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171025 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
- move enums from ShelfLayoutManager to shelf_types.h - remove redundant VisibilityState - added SHELF_ prefix to these state. BUG=151417 TEST=none Review URL: https://chromiumcodereview.appspot.com/11316323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171024 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TBR=bshe Review URL: https://codereview.chromium.org/11419315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171023 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
On platforms that don't support installing plug-ins, show a "plug-in unsupported" message instead of a "missing plug-in" message. BUG=158871 Review URL: https://codereview.chromium.org/11414010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171021 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
Finding the routing id requires LaunchSelLdr to run from the main thread. However, some sel_ldr instances host nexes that do not actually need to use Pepper APIs (e.g., the PNaCl translator), and should be run on a background thread. BUG= http://code.google.com/p/nativeclient/issues/detail?id=3176 Review URL: https://chromiumcodereview.appspot.com/11428063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171020 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
TBR=jam@chromium.org Review URL: https://codereview.chromium.org/11299338 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171019 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
Whenever the active tab is an Instant search results page, |instant_tab_| is used to talk the Instant API with it. Also: + Replace uses of TabContents with WebContents as much as possible (in service of @avi's goal, http://crbug.com/107201). + Aggressively create the InstantLoader in many situations; update browser tests accordingly. + Don't send an initial resize on page load. This was only relevant for the erstwhile hidden Instant modes. + Delay delete the loader only when strictly necessary, such as when an InstantLoader method is on the call stack. At other times, prefer the much simpler loader_.reset(). + Don't bother resetting state. Resetting state has no practical benefit, since we already only use state variables when they are valid. Instead, this avoids tricky situations where we should NOT reset state just because the |loader_| is deleted (since the |instant_tab_| may still be in use). + Given the above two, remove DeleteLoader() entirely. + Separate out the magic in Hide() into three pieces: Hide(), HideInternal() and a couple of places where we want to preserve |last_full_text_|. I think this makes things slightly clearer. BUG=158942 R=jered@chromium.org,samarth@chromium.org,sky@chromium.org TEST=Commit a query. Change mode to News. Type another query. You should see results in News mode. Review URL: https://chromiumcodereview.appspot.com/11421079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171018 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
BUG=163104 Review URL: https://chromiumcodereview.appspot.com/11412302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171017 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
The LabelButton hosts a Label to paints its text content. When the button is disabled, that Label needs to be disabled as well so that it can paint itself grayed out. BUG=155363,162729 Review URL: https://chromiumcodereview.appspot.com/11411358 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171016 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Now when using system protobuf the wrapper copies all relevant .proto files to a temporary directory and removes parts not supported by system protobuf. No rewriting is done when using bundled protobuf (default). BUG=157155 Review URL: https://codereview.chromium.org/11418310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171015 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Avoids a NULL deref when then image filter is NULL. BUG=wkb.ug/103990 TBR=jamesr NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11308354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171014 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
The tab drawing code had a spurious "+ 1". Move that into the tab height, so that other places that look at this (such as the tab drag-out code) get a consistent value. The new height also matches the height of the corresponding bitmap: chrome/app/theme/def_100/mac/tab_active_left.png ist 29px high and has empty pixels at the top. BUG=52468 TEST=drag out tab. tab in new window looks good. Review URL: https://codereview.chromium.org/11419302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171013 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
ProfileImplIOData::http_server_properties_manager_ is kept in sync and used to access the implementation. This change moves ownership of HttpServerPropertiesImpl from OffTheRecordProfileIOData to ProfileIOData and ensures http_server_properties_ outlives ChromeURLRequestContexts owned by ProfileIOData. BUG=161832 Review URL: https://chromiumcodereview.appspot.com/11316320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171012 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
This CL did the following: 1. Save/update manifest in chrome.storage.local when user successfully requested latest manifest from server. If user failed to get manifest from server(offline or server error), fallback to the manifest saved in chrome.storage.local last time. 2. Lazily saves all requested thumbnails to thumbnails directory. And load from that directory when user open wallpaper picker next time. Note that thumbnails are shared across user session. So after one user saved thumbnails, all other users will directly use the thumbnails that saved in thumbnail directory. BUG=158668 Review URL: https://chromiumcodereview.appspot.com/11348215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171011 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@google.com authored
Enable skia's separable mask blur. Remove the SK_DISABLE_SEPARABLE_MASK_BLUR flag from skia.gyp, and suppress the resulting failures until they are rebaselined. Review URL: https://codereview.chromium.org/11411361 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171008 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
This is to make sure it is not to blame for the recent working size set memory regression. Will revert this change when we have more data. BUG=163697 TEST=None. Review URL: https://codereview.chromium.org/11419312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171005 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171004 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r10361: (mseaborn) Performance tests: Print more digits for timing results r10362: (mseaborn) Fix __nacl_tls_combined_size() to account for ARM header alignment properly r10363: (mcgrathr) toolchain_build: Fix stripping of objects and archives so they remain usable r10364: (bsy) Add testing scons option tsan_command to work the same way as memcheck_command, and memcheck_trusted_only to skip untrusted code valgrind memcheck tests r10365: (kschimpf) Add uses to decoders in table miscellaneous_instructions r10366: (mseaborn) IRT: Fix free() of invalid address in thread_exit() r10367: (jfb) ARM validator: reject conditionalized memory accesses as a proper SFI mechanism. r10368: (mseaborn) Cleanup: Combine two TLS initialisation functions into one function r10369: (mseaborn) Fix Chrome's irt_variant_test_scons_files to be added to nacl_irt_test_env r10370: (jfb) s/NaClCPUFeature_/NaClCPUFeatureX86_/g r10371: (sbc) Add gcc arm toolchain support to gyp build. r10372: (hamaji) Fix pnacl-clang -v with no inputs r10373: (sbc) Remove unused --save-downloads-dir option download_toolchains.py. BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/11412317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171003 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
This involved: a) Removing methods that used PrefObserver from PrefChangeRegistrar and PrefMember. b) Removing implementation of PrefObserver from a few remaining classes. c) Removing NULL PrefObserver parameter for classes using PrefMember but not wishing for a callback. d) Updating unit tests and test utility classes. Also fixed what was most likely a bug (or at least an unintentional change in behavior) that I had introduced in CoreChromeOSOptionsHandler in a previous change. Before my series of PrefObserver-related changes, there was polymorphism involved and the subclass was only handling pref changes for a couple of preferences (kProxy and kUseSharedProxy, only one of which it registers for itself) if the PrefService was the standard one, not the incognito one, otherwise delegating to the parent class. TBR=ben@chromium.org BUG=155525 Review URL: https://chromiumcodereview.appspot.com/11316163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171002 0039d316-1c4b-4281-b951-d872f2087c98
-
digit@chromium.org authored
The Skia build depends on arm_neon_optional=1 being defined in GYP_DEFINES to enable dynamic NEON support. It looks like this option was lost in translation during the upstreaming of build/android/. Note that this won't fix crbug.com/161834, i.e. on JB and higher, the sandboxing currently prevents the CPU feature detection from working, but it's a first step in the right direction (it fixes the code for ICS devices though). BUG=164002 R=joth@chromium.org,torne@chromium.org,djsollen@chromium.org,tomhudson@chromium.org,reed@chromium.org Review URL: https://chromiumcodereview.appspot.com/11419299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171001 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=81265 TEST=When setting up sync using the gaia-based web flow, the user should have the option to configure sync before it starts. The UX should be same as the native ui flow. Review URL: https://chromiumcodereview.appspot.com/11418200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170999 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170998 0039d316-1c4b-4281-b951-d872f2087c98
-
mmassi@chromium.org authored
TBR=svenpanne@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11348379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170997 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
- "total ..." lines can have values bigger than 32-bit - some servers use "l" as a flag in permission listing - some servers prepend garbage to the month column - NetWare directory listings can have spaces in file names - one additional variant of VMS error message BUG=none Review URL: https://codereview.chromium.org/11418296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170996 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=163755 TEST=EncryptedMediaTest.FrameChangeVideo in content_browsertests using externalclearkey. Review URL: https://codereview.chromium.org/11414226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170995 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium:152937 TEST=Manual, user policy still works. Review URL: https://codereview.chromium.org/11434053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170991 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=163209, 162733 Review URL: https://codereview.chromium.org/11414271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170990 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11428136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170989 0039d316-1c4b-4281-b951-d872f2087c98
-