- 22 Jun, 2013 9 commits
-
-
hshi@chromium.org authored
For some reason the integer literal "1ULL" is still treated as 32-bit and we encounter the error "left shift count >= width of type". See x86-generic nightly chromium PFQ build #2727 for details. BUG=none TEST=trybot R=satorux@chromium.org Review URL: https://codereview.chromium.org/17175020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207976 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Blink's PerfTestRunner has a gc method which tries to call window.GCController.collect(), if it doesn't exist, it allocates a whole bunch of memory to try to trigger a gc. Since the blink_perf Measurement already passes --js-flags=--expose_gc, we can call the window.gc() method instead of this hackery. I'm hopeful that this will fix the Bindings/gc-tree.html crashes on android. BUG=252897 R=dtu@chromium.org Review URL: https://codereview.chromium.org/17472007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207975 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=251413 BUG=251421 TBR=jeremya@chromium.org TEST=Drag Hangout panels near screen edge with dual screens. Verify that panels stay where they are left when mouse is released. Review URL: https://chromiumcodereview.appspot.com/17431003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207972 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=252609 TEST=out/Debug/browser_tests --gtest_filter=PasswordAutofillAgentTest.NoInitialAutocompleteForAutocompleteOff R=gcasto@chromium.org Review URL: https://chromiumcodereview.appspot.com/17341006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207971 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
Hook up InstantTab in incognito, but don't send any data except submit events. BUG=181427 TESTED=manually per report, also modes still work in incognito R=jered@chromium.org Review URL: https://codereview.chromium.org/17303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207969 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
The FIP dialog retains focus even when the user scrolls the contents of a page. Normally, loss of RenderWidgetHost focus would disable the overscroll effect, preventing the glow from ever showing when the FIP dialog is open. This patch address the issue by re-enabling the overscroll effect when gestures are forwarded to the RenderWidgetHost. BUG=251031 Review URL: https://chromiumcodereview.appspot.com/17413016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207968 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
BUG=133742 R=sergeyu@chromium.org Review URL: https://codereview.chromium.org/17068014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207967 0039d316-1c4b-4281-b951-d872f2087c98
-
rmsousa@chromium.org authored
TBR=agl@chromium.org Review URL: https://codereview.chromium.org/17563009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207966 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This change doesn't build under xcode for some reason. See http://build.chromium.org/p/chromium.webkit/builders/Mac%20Builder%20%28dbg%29/builds/28702 TBR=thakis@chromium.org, yael.aharon@intel.com BUG=244791 Review URL: https://codereview.chromium.org/16867015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207964 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Jun, 2013 31 commits
-
-
asharif@chromium.org authored
The most common UMA upload period is 30 minutes as per: metrics_reporting_scheduler.cc's kStandardUploadIntervalSeconds variable. BUG=none TEST=CQ Review URL: https://chromiumcodereview.appspot.com/17552009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207962 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/17552017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207961 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Allows using: adb shell am start -a org.chromium.content_shell.action.ACTION_LOW_MEMORY \ -n org.chromium.content_shell_apk/.ContentShellActivity to simulate memory pressure signals. BUG= Review URL: https://chromiumcodereview.appspot.com/17108012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207960 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Allow navigating through history at the end of a gesture-nav, while the page is still reloading from the previous gesture nav. BUG=196607 R=sky@chromium.org Review URL: https://codereview.chromium.org/16950023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207959 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Move the mic key to the capslock location. Remove the '@' key in favour of a second symbol key. Adjust the sizing of the space key. BUG=248226 Review URL: https://chromiumcodereview.appspot.com/16943012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207958 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
Record UMA to count the number of page visits to each of a user's top k URLs. BUG=247216 Review URL: https://chromiumcodereview.appspot.com/16517002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207957 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
From the stack trace, it appears that the ShaderClearHelper is getting cleaned up when the BackendIO object is destroyed. The BackendIO is holding a ref to the ShaderClearHelper, so there is a race between when BackendIO gets cleaned up and when we drop the ref ourselves. This CL moves the callback to hold a WeakRef to the ShaderClearHelper which should better handle the cleanup. We don't need to pass refs into the callback because we know the callback has executed by the time we drop the ref in the ShaderCacheFactory. BUG=251742 Review URL: https://chromiumcodereview.appspot.com/16911005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207956 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Avoids presubmit failures when stale pyc files are found NOTRY=True Review URL: https://chromiumcodereview.appspot.com/17560002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207955 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
Only do this if PNaCl is not installed, or if the current version is not compatible (for the wrong architecture). That way, when we decouple PNaCl component registration from the --enable-pnacl flag, we won't have everybody doing an early check when chrome starts. Actual UI is still to be done/decided (so it's not pretty). Furthermore, the component updater service delays each step by N seconds, even during a CheckForUpdateSoon(), so on a fast connection, most of the delay is the step timer. BUG=107438 R=cpu@chromium.org, sehr@chromium.org Review URL: https://codereview.chromium.org/17001003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207954 0039d316-1c4b-4281-b951-d872f2087c98
-
rjkroege@chromium.org authored
A build of components_unittest with ozone=1 and chromeos=1 requires an implementation of PowerSaveBlockerImpl. This change provides a stub implementation pending ozone power management implementation. BUG=252412 Review URL: https://chromiumcodereview.appspot.com/17511002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207953 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
- The bubble which notifies the extension is installed - The bubble for browser actions and page actions. The bubbles are anchored to the toolbar so not showing the top chrome when the bubbles are visible is weird. BUG=250708 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/17293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207952 0039d316-1c4b-4281-b951-d872f2087c98
-
yael.aharon@intel.com authored
This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/17379019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207951 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
On Linux, the setuid sandbox needs to be set in the environment. Fix browser_tester to make use of the test_env script that sets up the sandbox. BUG=249900 R=mseaborn@chromium.org Review URL: https://codereview.chromium.org/17063018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207950 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=246603 TEST=Open a panel (i.e. hangouts) and double click and tap on header. Panel should minimize. Review URL: https://chromiumcodereview.appspot.com/17175019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207949 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This will make it possible to write a TestLauncherDelegate for small unit tests, for which the overhead of launching each one in its own process would be too big. This new interface makes it possible for the TestLauncherDelegate to e.g. batch test runs, launch child process to run the batch, and then call a series of callbacks for the tests in the batch. BUG=236893 R=sky@chromium.org Review URL: https://codereview.chromium.org/17551010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207948 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
In https://codereview.chromium.org/17106004/, I am adding discardable memory emulation for platforms that do not support it natively. The emulation works by listening for memory pressure notifications and purging memory in response. But we don't yet provide memory pressure notifications on any platform other than android. In future, we'll periodically poll system memory usage, and send memory pressure notifications as appropriate, but as a first step, we will artificially apply memory pressure when tabs are backgrounded. BUG=237681 Review URL: https://chromiumcodereview.appspot.com/17355004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207947 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=239110 Review URL: https://chromiumcodereview.appspot.com/17432002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207946 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207945 0039d316-1c4b-4281-b951-d872f2087c98
-
johannkoenig@chromium.org authored
"This allows code calling the library can choose an arbitrary encryption algorithm." https://gerrit.chromium.org/gerrit/#/c/58562/ Pull to update encryption: https://codereview.chromium.org/17009012/ Pull to fix win64 warnings: https://codereview.chromium.org/17451020/ Update README.chromium: https://codereview.chromium.org/17493003/ Another win64 warning: https://codereview.chromium.org/16835006/ README.chromium: https://codereview.chromium.org/17267003/ Review URL: https://chromiumcodereview.appspot.com/17470002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207944 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
Update strings, images, and UI to match final versions approved by UX, and include the custodian's name where applicable. Remove references to "limited users" in the code -- we don't need even more name fragmentation. The custodian's name is not yet collected, but we fall back to the email address if we don't have it. TBR=sail@chromium.org TBR=kalman@chromium.org BUG=248859, 252212 TEST=manual Review URL: https://chromiumcodereview.appspot.com/17320005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207943 0039d316-1c4b-4281-b951-d872f2087c98
-
solb@chromium.org authored
This allows the class's easy use in future client implementations. Review URL: https://chromiumcodereview.appspot.com/17101034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207942 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
BUG=151701 R=vandebo Review URL: https://chromiumcodereview.appspot.com/17101030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207941 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207940 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
We only recently started doing mac 64-bit official builds. The archival list for debug symbols assumed only a 32-bit mac build. BUG=None TEST=None R=kerz@chromium.org, kerz@google.com Review URL: https://codereview.chromium.org/17029019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207939 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152833:152894&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/17555004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207938 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
R=finnur@chromium.org Review URL: https://codereview.chromium.org/16915006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207937 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
For now, although the --ash-browsertests switch will launch browser_tests in Ash in Metro, most tests are still hardcoded to open browsers on the native desktop (HOST_DESKTOP_TYPE_NATIVE) -- follow-up CLs will be required to have all tests use GetActiveDesktop() instead and then add some checks to make sure no browsers are left on the wrong desktop when tests complete. I'm not making this the default browser_tests on Windows 8 because regular Desktop browser_tests should still be runnable, testable, debuggable, etc. on Win8 machines. BUG=179830 TEST="browser_tests.exe --ash-browsertests" should launch Ash in Metro for every test, each test should pass and exit (although most tests will no open browsers in Ash itself for now -- no checks is currently added to make sure of that so they should pass). Review URL: https://chromiumcodereview.appspot.com/16022003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207936 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
This works around a bug in Chrome whereby scroll-bars are added unnecessarily. BUG=252796,240772 Review URL: https://chromiumcodereview.appspot.com/17288017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207935 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
R=mpcomplete@chromium.org Review URL: https://codereview.chromium.org/16943016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207934 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/17397003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207933 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17068010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207931 0039d316-1c4b-4281-b951-d872f2087c98
-