- 21 Jun, 2013 40 commits
-
-
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
-
https://chromiumcodereview.appspot.com/17112021rmsousa@chromium.org authored
TBR=yukishiino@chromium.org Review URL: https://codereview.chromium.org/17155019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207916 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=252667 TEST=No dchecking on calls to LabelTrayView::CreateChildView from ChromeOS. TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/17550003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207915 0039d316-1c4b-4281-b951-d872f2087c98
-
yael.aharon@intel.com authored
The reason for removing these flags is because they seem to not be used, and they cause a problem in moving NaCl code to components, because they are defined in the chrome layer. This is in preparation to move NaCl code to components. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/17041003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207914 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
BUG=248160 Review URL: https://chromiumcodereview.appspot.com/16431010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207913 0039d316-1c4b-4281-b951-d872f2087c98
-
https://chromiumcodereview.appspot.com/17112021rmsousa@chromium.org authored
TBR=dmichael@chromium.org BUG= Review URL: https://codereview.chromium.org/16943013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207912 0039d316-1c4b-4281-b951-d872f2087c98
-
eae@chromium.org authored
Blink currently uses TEXTMETRICS for font metrics on windows, regardless of the font type. Skia currently does not. Set the SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS flag for windows which will instruct Skia to use the same font metrics for the GDI backend as our current GDI implementation. BUG=252705 R=reed@google.com, thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/17068009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207911 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
- puts browser windows which would have used AppNonClientFrameViewAsh into maximized mode - puts v1 app windows which would not have used AppNonClientFrameViewAsh and browser popup windows into tab fullscreen - Makes Alt+ put windows into maximized mode. (That's what Ctrl+Alt+? indicates) TEST=ChromeShellDelegateBrowserTest BUG=251311 Review URL: https://chromiumcodereview.appspot.com/17515005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207910 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=170401 TEST=unit tests R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/16024018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207909 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/17410009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207908 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This makes sync and net compile with no "using *Value". BUG= Review URL: https://codereview.chromium.org/17034006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207907 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
R=jam@chromium.org Review URL: https://codereview.chromium.org/17167009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207906 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
BUG=237267 R=sky@chromium.org Review URL: https://codereview.chromium.org/17550011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207905 0039d316-1c4b-4281-b951-d872f2087c98
-
ramankk@chromium.org authored
BUG=232075 Review URL: https://chromiumcodereview.appspot.com/16749002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207904 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Because https://chromiumcodereview.appspot.com/17438002/ moved smoothness_measurement from perf_tools/ to measurements/. BUG=None. TEST=None. R=tonyg@chromium.org Review URL: https://codereview.chromium.org/17379021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207903 0039d316-1c4b-4281-b951-d872f2087c98
-