- 21 Jun, 2013 40 commits
-
-
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
-
cgrimm@google.com authored
BUG=249404 Review URL: https://chromiumcodereview.appspot.com/16855010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207930 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=249104 TEST=WebUIResourceBrowserTest Review URL: https://chromiumcodereview.appspot.com/16831021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207929 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
BUG=207874 TEST=None. R=tonyg@chromium.org Review URL: https://codereview.chromium.org/17087011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207928 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=sky@chromium.org BUG=252813 TEST=none Review URL: https://codereview.chromium.org/17068017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207927 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None R=apatrick@chromium.org Review URL: https://codereview.chromium.org/16867014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207926 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
This CL was originally based on top of r205149 (Fast Tab Closure) and committed as r207181. The Fast Tab Closure CL was backed out together with the previous version of this CL. Here's another shot, doing the same cleanup as before but with r205149 reverted. BUG= Review URL: https://chromiumcodereview.appspot.com/17153008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207925 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This argument is not standardized and is not implemented by Webkit on iOS, making the page unusable when included on iOS builds. BUG=252537 Review URL: https://chromiumcodereview.appspot.com/17341004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207924 0039d316-1c4b-4281-b951-d872f2087c98
-
dgwallinga@chromium.org authored
BUG=247522 Review URL: https://chromiumcodereview.appspot.com/16611003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207923 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
This is continuation of the ongoing work for bug https://code.google.com/p/chromium/issues/detail?can=2&q=237249 which is splitting chrome.dll into a browser and renderer component due to build issues on Windows. BUG=237249 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/17068016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207922 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
This is done by setting stream to VOICE which is the only stream type hooking up volume control automatically. It's required to use matching audio mode and stream type. Otherwise, the volume control doesn't work. That means we have to use same mode for both WebAudio and WebRTC. This leads to the change in audio_manager_android.cc which sets audio to communication mode so that OpenSL stream can use VOICE stream type to adjust volume. Contributed by leozwang@chromium.org (original patch https://chromiumcodereview.appspot.com/12806009/) TBR=fischman@chromium.org BUG=222393, 243506 TEST=run https://apprtc.appspot.com/?debug=loopback on Google Android devices, e.g., Galaxy Nexus, Nexus4. The volume can be changed with the volume key. Also run some WebAudio test samples, e.g., https://developer.cdn.mozilla.net/media/uploads/demos/b/o/boblemarin/bf84de2482b5c2e1a869089fad3de56e/3eat5urfin9_1362006031_demo_package/index.html. Review URL: https://codereview.chromium.org/17491007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207921 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Update all callers of InitLogging() to use LoggingSettings, only setting fields that need a non-default value. Turn LoggingDestination enum into a bit field and define add LOG_DEFAULT and LOG_ALL constants. Fix erroneous comment saying that the default was to not lock the log file. BUG=247594 TBR=brettw@chromium.org, cpu@chromium.org, gene@chromium.org, jam@chromium.org, rch@chromium.org, scherkus@chromium.org, sergeyu@chromium.org, sky@chromium.org, tkent@chromium.org, yfriedman@chromium.org, zea@chromium.org Review URL: https://codereview.chromium.org/16519003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207920 0039d316-1c4b-4281-b951-d872f2087c98
-
mallinath@chromium.org authored
it provides additional security for enterprise use cases. Communication between webrtc endpoints happens through UDP/TCP/STUN with or without the help of TURN server. In case of firewall restrictions like outgoing UDP block and allowing only secure ports, direct communication between two endbecomes impossible without the help of TURN. In the presence of proxies, direct communication even to TURN server also becomes impossible without first esablishing connection with the proxy. This CL is trying to address the last problem. If proxies are configured(HTTP/S/SOCKS) send data(stun+media) through it. jingle_glue::ProxyResolvingClientSocket solves the problem of proxy detection and establishing the connection and also it's a type of net::StreamSocket, this class can be directly used in P2PSocketHostTcpBase. R=sergeyu@chromium.org,juberti@chromium.org,thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/17132012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207919 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This eliminates the chance of getting a flash of the URL in the new tab title before the page has loaded. BUG=196422 R=samarth@chromium.org Review URL: https://codereview.chromium.org/17022009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207918 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
Differential updates for components. We are adding support for delivering delta updates for Chrome components. Initial platform support for the patcher is Windows only. The update response includes both the full update and, if available, the differential update. The differential update is tried first, then the full update, if needed. BUG=245318 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207805 Review URL: https://chromiumcodereview.appspot.com/15908002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207917 0039d316-1c4b-4281-b951-d872f2087c98
-