- 18 Jun, 2014 21 commits
-
-
mathp@chromium.org authored
Default will be 200ms. BUG=None TEST=None Review URL: https://codereview.chromium.org/341483007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277960 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Trying to merge as many of flow control changes as possible before the branch (we have all changed until Fri 06/13 21:20 UTC). Test tools for udp proxying. This involves a few refactors of test tools but nothing which affects the internal server. minor refactors to allow quic udp proxy testing. Merge internal change: 69157651 https://codereview.chromium.org/331963002/ Added FEC policy per stream, which is translated to an FEC protection value on writes further on down. Merge internal change: 69153464 https://codereview.chromium.org/338623002/ Pull out stream/session updates from OnConfigNegotiated. Preparation for updating stream/session with different received windows. QUIC refector: Pull out stream/session updates from OnConfigNegotiated Merge internal change: 69106467 https://codereview.chromium.org/337723003/ Rather than passing initial_flow_control_window all the way down the call stack, put it inside QuicConfig as intended: each member of QuicConfig has a "value to send" field, so populate this at the top level. rtenneti: when porting to Chromium, you should add config.SetInitialFlowControlWindowToSend(kInitialReceiveWindowSize) in QuicStreamFactory::CreateSession, just above line 837: *session = new QuicClientSession(...) Store initial flow control window for QUIC in QuicConfig. No behavior change intended. Added the following unit tests to EndToEndTest.cc + DoNotSetResumeWriteAlarmIfConnectionFlowControlBlocked + NegotiateMaxOpenStreams Merge internal change: 69079363 https://codereview.chromium.org/333803007/ First version of a QUIC SendAlgorithmSimulator which is designed to simulate BBR and TCP flows and changes. Merge internal change: 69035927 https://codereview.chromium.org/330163003/ R=rch@chromium.org, wtc@chromium.org Review URL: https://codereview.chromium.org/330333006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277959 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This makes the gl_tests and gpu_unittests targets link and run and fixes up a few other misc issues: *) outdated nss filelists and defines *) outdated cc file lists R=brettw@chromium.org, piman@chromium.org TBR=ben@chromium.org for ui/events/ change Review URL: https://codereview.chromium.org/338633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277958 0039d316-1c4b-4281-b951-d872f2087c98
-
petewil@chromium.org authored
Since we don't have alt text yet, accessibility screen readers have nothing useful to say in screen readers. Until alt text is available, disable the images from appearing in the screen reader. This is done by removing the accessibility child object from a parent. In this case, we introduce a new fake parent object for the small icon, and make the existing parent ignore the image for the large icon and the large image of an image notification. BUG=381363 Review URL: https://codereview.chromium.org/325203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277957 0039d316-1c4b-4281-b951-d872f2087c98
-
plundblad@chromium.org authored
This sets the COMPILED flag in base.js to true when compressing the javascript sources. ChromeVox makes assumptions about what content script files to load (which it could get from the manifest) and also does initialization differently depending on thsi flag. Leaving cleanup of that to later CLs if we want to do that in the interest of changing as little as possible during the migration. BUG=371692 R=dtseng@chromium.org Review URL: https://codereview.chromium.org/333503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277956 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This test creates shims in the user data dir and actually starts them up and expects them to connect to the IPC socket. BUG=168080, 386024 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276368 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277743 Review URL: https://codereview.chromium.org/316493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277955 0039d316-1c4b-4281-b951-d872f2087c98
-
sashab@chromium.org authored
Changed the layout of the App Info Dialog according to UI feedback. This includes removing the tabs, and replacing it with a single, scrollable dialog that has all the information in a single pane. BUG=364681,266739 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276557 Review URL: https://codereview.chromium.org/327743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277954 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277939 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
BUG=354143 Review URL: https://codereview.chromium.org/332553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277932 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
The extended safe browsing reporting opt-in should point to the whitepaper section on malware. This CL: - Adds a "privacy policy" link to the dialog - Updates the existing URL to point to the specific malware section instead of the generic privacy policy BUG=383866 Review URL: https://codereview.chromium.org/339073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277930 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This CL removes redundant internal functions which are identical, and replaces them with one. Moreover, the new general purpose error API function, passes now the entire value to the request manager. This is because, very soon, we are going to pass extra information with every error and success responses and we want to have access to them in the RequestManager. NOTRY=true TEST=unit_tests, browser_tests: *FileSystemProvider* BUG=373165, 384201 Review URL: https://codereview.chromium.org/335753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277929 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
Let the base ExtensionAPIPermissions set provide the usbDevices permission, rather than restricting it to Chrome only. BUG=385738 R=yoz@chromium.org Review URL: https://codereview.chromium.org/339953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277927 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
This is especially needed because ui/gfx headers, in turn, can include skia headers, which are only meaningful in the context of skia's compile flags. Those are available from ui/gfx since it re-exports skia's dependencies. Landing tbr to unblock skia's DEPS roll. TBR=lambros@chromium.org Review URL: https://codereview.chromium.org/341633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277926 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
BUG=357693 Review URL: https://codereview.chromium.org/319583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277925 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Now that the uses have been ported to the new methods remove the old ones. BUG=375379 Review URL: https://codereview.chromium.org/338033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277924 0039d316-1c4b-4281-b951-d872f2087c98
-
macourteau@chromium.org authored
BUG=385648 TBR=tnagel@chromium.org Review URL: https://codereview.chromium.org/339183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277923 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
It may be necessary to create custom filters/observers etc. on the renderer side in athena (e.g., for virtual keyboard support). So allow athena to install a delegate to be created in the renderer process. The delegate is notified when the RenderThread is initialized, or when new RenderViews are created. BUG=380215 R=jamescook@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/331323008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277922 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
Review URL: https://codereview.chromium.org/311313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277921 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
The new layout was missing space for a checkbox. This adds the checkbox, and adjusts the surrounding margins. BUG=381260 Review URL: https://codereview.chromium.org/339503004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277920 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
BUG=383999 Review URL: https://codereview.chromium.org/336833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277914 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
It's duplicative with NodeObserver::OnDestroy. R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/341553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277913 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jun, 2014 19 commits
-
-
https://codereview.chromium.org/291993003/thakis@chromium.org authored
r271506 removed has_sse2 from the gcc file, but it remained in the tsan header. (I asked in https://codereview.chromium.org/10948035/diff/17001/base/atomicops_internals_tsan.h#newcode24 for why this struct is in this file at all.) BUG=348761, 94925 Review URL: https://codereview.chromium.org/345453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277909 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
This error is shown both in the avatar button, and in the avatar menu. When the account for which we're displaying the auth error is clicked in the avatar menu, we show the Gaia reauth view. Screenshot: https://drive.google.com/file/d/0B1B1Up4p2NRMQW90VmcwcGZQVEU/edit?usp=sharing I've also fixed a bug where the available text for the account name was incorrectly calculated, and eliding overlapped the delete button. Screenshot: https://drive.google.com/file/d/0B1B1Up4p2NRMaU9DcWdqTVZNMVk/edit?usp=sharing BUG=311235 TEST= Sign into Chrome with the --new-profile-management flag on. Go to accounts.google.com and revoke Chrome's access to that account, from the Security tab. Try to bookmark the current page. The avatar button should be badged like in the attached screenshot. Review URL: https://codereview.chromium.org/303463010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277908 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Remove locks, post tasks, and complexity used to support legacy rendering path. BUG=344087 Review URL: https://codereview.chromium.org/331103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277907 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/340553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277905 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Identify Android vs iOS requests so that server can adjust respond differently to mobile hits than desktop. BUG=none Review URL: https://codereview.chromium.org/337803006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277904 0039d316-1c4b-4281-b951-d872f2087c98
-
wolenetz@chromium.org authored
r274473 did not remove sanity checks for negative PTS/DTS that occur prior to any adjustment based on timestampOffset. Current MSE spec does not call for issuing decode error if PTS or DTS are negative at the top of the coded frame processing loop. This change removes the sanity checks that are not spec-compliant. R=acolwell@chromium.org BUG=381114 TEST=FrameProcessorTest.AllowNegativeFramePTSAndDTSBeforeOffsetAdjustment Review URL: https://codereview.chromium.org/334363006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277903 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
Updated ClearFormWithElement() to ignore fields that were not autofilled. BUG=379969 Review URL: https://codereview.chromium.org/316853006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277902 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277901 0039d316-1c4b-4281-b951-d872f2087c98
-
fdegans@chromium.org authored
Build libstlport with -fno-exceptions Update arm gcc toolchain 4.8's gdb version to 7.6 BUG=385308 Review URL: https://codereview.chromium.org/339103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277900 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
TBR=sky@chromium.org http://crbug.com/385480 Review URL: https://codereview.chromium.org/331633006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277899 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
It was previously used for per-profile ChromeOS component installation, and then changed to do cleanup from that experiment. The files should be cleaned up by now, so remove that code. Stop registering PNaCl for component updates on ChromeOS also, since that was just for the cleanup. Eventually should move to using the default component installer w/ customization through traits, then we can get rid of the browser_process field. BUG=none Review URL: https://codereview.chromium.org/338403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277898 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277896 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=176328:176346&mode=html TBR=schenney@chromium.org,jamesr@chromium.org BUG= Review URL: https://codereview.chromium.org/345443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277895 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
After the landing https://codereview.chromium.org/184113005, system_tray.cc and tray_user_unittest.cc don't need the command line switch related headers anymore. So we can remove these. BUG=348133 Review URL: https://codereview.chromium.org/338133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277894 0039d316-1c4b-4281-b951-d872f2087c98
-
Chansik.Yun@gmail.com authored
BUG=none TEST=compile Review URL: https://codereview.chromium.org/338323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277893 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Chromium linker has been enabled for the full chrome, and should also be exercised by content / chrome shells. BUG=382485 Review URL: https://codereview.chromium.org/329223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277892 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Bug 338529 has been fixed in Chrome 37, so MediaSource renderer should work properly now on all platforms. BUG=321825 R=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/344483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277891 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=385677 Review URL: https://codereview.chromium.org/332393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277890 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
Fix issue where OpenKey() would call Close() and reset the wow64_access to 0 causing subsequent OpenKey() to fail. BUG=384587 TEST=base_unittests --gtest_filter=RegistryTest.SameWowFlags Review URL: https://codereview.chromium.org/334973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277889 0039d316-1c4b-4281-b951-d872f2087c98
-