- 18 Apr, 2013 40 commits
-
-
xhwang@chromium.org authored
Review URL: https://codereview.chromium.org/14002006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194998 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
MSVC extends the lifetime of such objects, but clang does not, and it errors on this construct. R=ananta@chromium.org BUG=82385 Review URL: https://codereview.chromium.org/14141005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194997 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194996 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14246013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194995 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/14016002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194994 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
In addition: * VideoRenderer is now passed a list of decoders via constructor instead of Initialize() * WebMediaPlayerImpl's FilterCollection is now built in one shot instead of incrementally BUG=173313 Review URL: https://codereview.chromium.org/12989009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194993 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://oobe/loginachuith@chromium.org authored
* Introduce MiscWebContentsBackend for chrome://oobe/login. * Fix navigation of chrome://oobe/login by using misc_web_contents_backend instead of tab_list_backend. BUG=228970 TEST=unit tests. Review URL: https://codereview.chromium.org/13836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194992 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/14322004/yfriedman@chromium.org authored
The change unintentionally made the "always re-run strip" logic apply to non-component build as well. Restored the original logic. BUG=158821 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14057015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194991 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=148644%3A148650&mode=html TBR=caseq@chromium.org Review URL: https://codereview.chromium.org/14044013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194989 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
By not putting opt out users in the "No" group, our dashboard in Finch was showing only the explicit opt in users. Not ideal for A/B comparisons! R=stevet, pasko Review URL: https://chromiumcodereview.appspot.com/14048014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194987 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This is the same as https://chromiumcodereview.appspot.com/13495003 rebased. Hopefully the unit tests are more robust now and will not be broken by the added tests changing test order this time. BUG=226495 TBR=xiyuan@chromium.org,nkostylev@chromium.org,bartfab@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/14269004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194986 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
This fixes a coding convention violation (since signin_manager_fake.h actually defined FakeSigninManager) and also matches what the rest of Chrome does (there is only one other instance of xxxxx_fake.cc, but many instances of fake_xxxxx.cc). BUG=none TBR=sky@chromium.org, tim@chromium.org Review URL: https://chromiumcodereview.appspot.com/13871009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194985 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=222681 Review URL: https://codereview.chromium.org/14190003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194984 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
In local-only mode, don't bother preloading the Instant NTP. The speed savings of preloading a local page are minimal and this will help reduce the memory usage. BUG=none Review URL: https://chromiumcodereview.appspot.com/14232007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194982 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
Probably perf regression. > Prevent chrome.app JSON schema from loading on every page > > The app API along with app.window and app.runtime have been converted to use > the feature system. Bindings are not added to the chrome object for unavailable > APIs that are children of available APIs. For example, if chrome.app is > available, we will not add lazy bindings to chrome for app.window and > app.runtime. This eliminates the need to load the app schema, because we no > longer need to get chrome.app to add the app.runtime and app.window bindings. > > BUG=55316 > > Review URL: https://chromiumcodereview.appspot.com/13604005 TBR=cduvall@chromium.org Review URL: https://codereview.chromium.org/14352014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194981 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194980 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r11192: (sehr) Create distinct temporary file for syscall disabling test. Was causing failures r11193: (olonho) Implement pthread cleanup handlers for newlib version of pthreads. r11194: (dschuff) Implement torture test script in python using buildbot_lib r11195: (jvoung) Update compile_time perf expectations for the x86s after RDFA switch. r11196: (dschuff) Don't use libnosys .gnu.warning section hack for PNaCl. r11197: (dschuff) PNaCl: Update LLVM revision in pnacl/DEPS r11198: (jvoung) Update PNaCl archived frontend rev to 11141 to get driver commandline flag. r11199: (bsy) In NaClHostDescMap, mmap sans PROT_EXEC, then request the permission using mprotect. r11200: (jvoung) Update PNaCl in TOOLS_REVISIONS r11164 -> r11177 r11201: (ncbray) Add more metadata for validation caching. r11202: (stichnot) Allow -Oz in addition to -Os to be passed through. r11203: (jvoung) Update perf expectations (better compiletime_eon, transfersize_*). r11204: (ncbray) Enable validation caching tests for the RDFA validator. r11205: (jvoung) Update PNaCl TOOL_REVISIONS from 11177 to 11198. r11206: (ncbray) Change the ownership of NaClValidationMetadata's file_name field. r11207: (jvoung) build_nexe: Finalize pnacl pexes by default. Have flag to opt out. r11208: (mseaborn) PNaCl: Use "--pnacl-allow-exceptions" following toolchain roll BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/14340002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194979 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
Reverting because url uses BrowserBackend.tab_list_backend, which is not correct for WebContents. > Move browser and url to WebContents from Tab. > > BUG=None > TEST=unit tests > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14185002 Review URL: https://codereview.chromium.org/14064014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194978 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add 'command' on linux too. OSX will come next. TBR=csharp@chromium.org BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13956022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194976 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=232417 Review URL: https://codereview.chromium.org/13845023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194975 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=217587 TBR=jeremya@chromium.org Review URL: https://codereview.chromium.org/13845020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194974 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
This namespace is a logical place to put the OpenNaClExecutable function needed to fast load nexes. Since these aren't pnacl files, we should rename this namespace. BUG=188757 TEST=existing Review URL: https://chromiumcodereview.appspot.com/14352005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194972 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/14188022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194971 0039d316-1c4b-4281-b951-d872f2087c98
-
haruki@chromium.org authored
This CL also adds "shared_with_me" parameter to FakeDriveService to create an entry with "shared-with-me" label. BUG=223051 TEST=browser_tests Review URL: https://chromiumcodereview.appspot.com/13896006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194970 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
> Revert 194964 "Added images for disabled print button for PDF pl..." > > > Added images for disabled print button for PDF plugin. > > BUG=224623 > > Review URL: https://codereview.chromium.org/14113021 > > TBR=vitalybuka@chromium.org > Review URL: https://codereview.chromium.org/14301013 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/13933028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194967 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
> Added images for disabled print button for PDF plugin. > BUG=224623 > Review URL: https://codereview.chromium.org/14113021 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/14301013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194966 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TBR=thestig BUG=none Review URL: https://codereview.chromium.org/14324008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194965 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=224623 Review URL: https://codereview.chromium.org/14113021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194964 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
Add a Chrome OS device policy for Variations Restrict Parameter, called DeviceVariationsRestrictParameter. Made previous VariationsRestrictParameter policy exclude Chrome OS. CL based on https://codereview.chromium.org/12728009/ BUG=232881 Review URL: https://chromiumcodereview.appspot.com/14329002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194963 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
built-in shortcuts (for Views and GTK). User is still free to override manually. TBR=sky (already reviewed, except for the two line change, see below) BUG=226994 TEST=Automated test included. NOTE: This is the second attempt at landing, with only the ifdefs in accelerator_utils_views.cc added since last attempt (https://codereview.chromium.org/13044014). Tried building it locally where it failed before (on Win Aura and not) and it passed on both. Review URL: https://chromiumcodereview.appspot.com/14017017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194962 0039d316-1c4b-4281-b951-d872f2087c98
-
yusufo@chromium.org authored
The channel distance had a fixed value before which was leading to going out of snapping mode unnecessarily. Making it dependent on the screen size. BUG=178610 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14103027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194961 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
BUG=168842 Review URL: https://chromiumcodereview.appspot.com/14330012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194960 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
Applies to all platforms except ChromeOS, which uses a device policy. BUG=232881 Review URL: https://chromiumcodereview.appspot.com/13831007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194957 0039d316-1c4b-4281-b951-d872f2087c98
-
msarda@chromium.org authored
This CL adds a new DeferredSequencedtaskRunner that queues up tasks until a first call to Start is issued. It creates such a task runner for the execution of bookmarks I/O operations. At profile creation, the bookmarks task runner is stopped and its execution is started after the profile has finished loading. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/12952005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194956 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Only change focus in FocusController::WindowFocusedFromInputEvent if window hierarchy is focusable. BUG=225851 Review URL: https://codereview.chromium.org/14298013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194955 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194954 0039d316-1c4b-4281-b951-d872f2087c98
-
mstarzinger@chromium.org authored
R=danno@chromium.org Review URL: https://chromiumcodereview.appspot.com/13987009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194953 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Mark a few tests as flaky to have the bots run them so we can get new data on the flakiness dashboard from them. BUG=150084 Review URL: https://codereview.chromium.org/14057011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194950 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
This was otherwise firing a DCHECK (see https://code.google.com/p/chromium/issues/detail?id=231710#c3) that blocked new (yet to be committed) tests for issue 219419). BUG=231710, 219419 TEST=Fixes yet to be committed tests for issue 219419. Review URL: https://chromiumcodereview.appspot.com/14232019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194949 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194947 0039d316-1c4b-4281-b951-d872f2087c98
-