- 21 Jun, 2013 40 commits
-
-
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
-
chrisgao@chromium.org authored
Also fix some pylint warnings. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17428004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207900 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207899 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This reverts r207892 - build failure on Linux x64. TBR=kbr@chromium.org BUG=238755 Review URL: https://codereview.chromium.org/16915005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207896 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207894 0039d316-1c4b-4281-b951-d872f2087c98
-
jered@chromium.org authored
We do not desire to create an overlay that we never use. BUG=247717 TBR=samarth@chromium.org Review URL: https://chromiumcodereview.appspot.com/17413017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207893 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Try again w/ gyp fix. TBR=kbr@chromium.org, mymax@amazon.com BUG=238755 Review URL: https://codereview.chromium.org/17115014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207892 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
Broke Android Tests: http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20Tests&number=5462 Some output: W 102s Main Failed obtaining tests from 014E378305008009 with exception: End Of File (EOF) in read_nonblocking(). Exception style platform. <pexpect.spawn object at 0x28d5510> version: 2.3 ($Revision: 399 $) command: /b/build_internal/scripts/slave/android/adb args: ['/b/build_internal/scripts/slave/android/adb', '-s', '014E378305008009', 'shell', 'cat', '/data/data/org.chromium.native_test/files/test.fifo'] searcher: searcher_re: 0: re.compile("<<ScopedMainEntryLogger") buffer (last 100 chars): before (last 100 chars): t/browser/accessibility/BrowserAccessibilityManager > Native Android accessibility. > > This is the final changelist that completes the initial implementation. > When accessibility is on and script injection is turned off or > unavailable, constructs a BrowserAccessibilityManager for the > ContentViewCore that provides a native accessibility implementation. > > BUG=242953 > R=benm@chromium.org, bulach@chromium.org, dtrainor@chromium.org > > Review URL: https://codereview.chromium.org/15741009 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/17045010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207891 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=249846 R=msw@chromium.org Review URL: https://codereview.chromium.org/17045003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207890 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL adds device policies that provide control over the default state of the following four accessibility settings on the login screen: * Large cursor * Spoken feedback * High contrast mode * Screen magnifier type The User can temporarily override the settings but the defaults are restored whenever the login screen is shown anew or the user remains idle on the login screen for one minute. BUG=225955, 225956, 243350, 247298 TEST=New unittests + new browsertests + manual in VM Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207755 Review URL: https://chromiumcodereview.appspot.com/16658015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207889 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=247548 R=gspencer@chromium.org Review URL: https://codereview.chromium.org/17094011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207888 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207887 0039d316-1c4b-4281-b951-d872f2087c98
-
niklase@chromium.org authored
R=ronghuawu@chromium.org, wjia@chromium.org Review URL: https://codereview.chromium.org/17553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207886 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
It sent the wrong error code for duplicate SYN_REPLY frames. Also, it didn't trigger an error for data frames sent before SYN_REPLY. Update tests to match. Add {Active,Pushed}StreamInfo structs and use them in {Active,Pushed}StreamMap. Be defensive when closing expired push streams. Give the correct name to SpdyHttpStream tests. BUG=252556 R=rch@chromium.org Review URL: https://codereview.chromium.org/17004007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207885 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
Example use case is iterating on follow-up changes to a file changing namespaces, impacting all the symbols within that file. R=joi Review URL: https://chromiumcodereview.appspot.com/17527004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207883 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207882 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Noticed by Stuart. BUG=251957 R=mark@chromium.org Review URL: https://codereview.chromium.org/16876006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207881 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This picks up a change which reverts the use-closest-match functionality to find the closest match using ratio() instead of quick_ratio(). This fixes the ability to sign in to google accounts on Android which fixes the smoothness_measurement. Since ratio() is more expensive than quick_ratio(), it may also cause the page cyclers to regress a little on all platforms. This is not a chrome regression. BUG=252786 NOTRY=True TBR=slamm@google.com Review URL: https://codereview.chromium.org/16943014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207880 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
TBR=dpranke Review URL: https://codereview.chromium.org/17068013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207879 0039d316-1c4b-4281-b951-d872f2087c98
-