- 10 Apr, 2013 40 commits
-
-
brettw@chromium.org authored
Review URL: https://codereview.chromium.org/14101003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193447 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/13730017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193446 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
Leave that to the default value, or whatever value an HSTS header set. TEST=net_unittests; after visiting https://www.mv-rechberghausen.de, query that domain in chrome://net-internal/#hsts and expect pins AND mode STRICT. BUG=226068 Review URL: https://chromiumcodereview.appspot.com/13483007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193443 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
NOTRY=true TBR=koz@chromium.org Review URL: https://chromiumcodereview.appspot.com/14095002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193442 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Original location: https://code.google.com/p/google-url/ This includes changes up to r184. These files are unchanged from the Google Code repo and do not yet build. Updating includes, etc. will be done in a separate pass. Review URL: https://codereview.chromium.org/13821004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193439 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
NOTRY=true TBR=koz@chromium.org Review URL: https://chromiumcodereview.appspot.com/14091003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193438 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
These files are used on Windows to store applied GPO settings. The parser will be used to read PReg files directly to obtain Chrome policy if possible. BUG=chromium:186445 TEST=unit tests TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/13441008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193437 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
Not prioritizing tiles near the viewport in out-of-viewport layers causes frequent invalidation and redraw of the tiles when the page is scrolled. Modified ExpandRectEquallyToAreaBoundedBy() to expand starting_rect first and check if further expansion is needed for the intersection of starting_rect and bounding_rect. BUG=223697 Review URL: https://chromiumcodereview.appspot.com/13582006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193436 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
It is flaky. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14075003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193435 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
BUG=222364 TEST=browser_tests Review URL: https://chromiumcodereview.appspot.com/13778004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193433 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/13993005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193432 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
BUG=173417 Review URL: https://chromiumcodereview.appspot.com/12088092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193431 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/13981003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193430 0039d316-1c4b-4281-b951-d872f2087c98
-
ahutter@chromium.org authored
BUG=229590 Review URL: https://chromiumcodereview.appspot.com/13928024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193429 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
This is just slow growth of the time to run the unit_tests target under heapcheck. TBR=dhollowa@chromium.org Review URL: https://codereview.chromium.org/14069009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193428 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@google.com authored
> Revert 191890 > > Windows: Do not initialize COM in the GPU process. > > > > The GPU process does not need COM so do not initialize it. Also, the initialization of COM was bogus. Look how the ScopedCOMInitializer is scoped. > > > > Initializing COM seems to be triggering a crash in the third party DLL cmsetac.dll > > > > BUG=225012 > > Review URL: https://codereview.chromium.org/13350010 > > BUG=229715 > TBR=apatrick@chromium.org > Review URL: https://codereview.chromium.org/13886004 TBR=apatrick@google.com Review URL: https://codereview.chromium.org/14086003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193427 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=170629 Review URL: https://codereview.chromium.org/13999003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193425 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=229514 TEST=ExtensionBrowserTest.Plugin* tests pass in 64 bit Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193245 Review URL: https://codereview.chromium.org/13928020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193424 0039d316-1c4b-4281-b951-d872f2087c98
-
tomfinegan@chromium.org authored
adding bear-vp8a.webm to media test files BUG=147355 TBR=scherkus Review URL: https://codereview.chromium.org/14036010 Patch from Vignesh Venkatasubramanian <vigneshv@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193423 0039d316-1c4b-4281-b951-d872f2087c98
-
mkearney@google.com authored
and promotes the new Chrome notifications API. Justin, I reworded this a bit with help from Eric Bidelman (thanks, Eric). Not too sure if this is what you are looking for. Also copied Jake here as per Eric's request as he will be drafting new HTML5 rocks content. BUG=182000 Review URL: https://codereview.chromium.org/13976002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193422 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
Network interface enumeration is expensive and requires absolutely no false negatives in network change detection. In contrast bionic (Android libc) connects a UDP socket to an IPv6 address which confirms that the kernel can route to such address. This CL adds the UDP connect test to measure its performance compared to the probe. BUG=223876 Review URL: https://chromiumcodereview.appspot.com/13812002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193421 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
TBR=finnur@chromium.org BUG=229947 Review URL: https://codereview.chromium.org/14084002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193420 0039d316-1c4b-4281-b951-d872f2087c98
-
felipeg@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/13913010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193419 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
Previous change only affected Notification Center, this one adds popups. Replacing TYPE_WINDOW_FRAMELESS with TYPE_POPUP seems to be equivalent in the context of notifications. On Windows, it adds a WS_EX_TOOLWINDOW style that removes the window from taskbar and Alt-Tab. BUG=223685 Review URL: https://chromiumcodereview.appspot.com/13861029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193418 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL makes the ComponentCloudPolicyUpdater class use a ExternalPolicyDataUpdater as its backend, removing code duplicated between the two classes and completing the refactor that makes ExternalPolicyDataUpdater available for other consumers. BUG=152957, 220418, 225960 TEST=unittests Review URL: https://chromiumcodereview.appspot.com/13792003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193417 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This makes it so if isolate.py is modified, all the foo_tests_run steps are re-run. R=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13947028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193415 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
This patch also deprecate recursive enumeration support in IsolatedFileUtil as we no longer need it (http://crbug.com/176443) and adding symlink fix in the dead code doesn't sound productive. BUG=176443,229849 TEST=IsolatedFileUtilTest.ReadDirectoryTest Review URL: https://chromiumcodereview.appspot.com/13850004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193413 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
I was originally put in that file for ease of modification of the downloads public content API during the downloads refactor. The refactor has quieted down, and I'm no longer working on downloads, so I'm removing myself to get away from getting other content/public/browser reviews from people who don't read the note in the file :-}. Review URL: https://chromiumcodereview.appspot.com/13912005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193412 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
If we send the available callback before we've finished loading the current cached shaders off disk there is a potential race condition where we do a cache clear while reading. This causes an issue with the iterators and the cache does not get cleared. This patch delays the signaling of the available cache until after we have finished iterating over the cache and loading the old shaders. BUG=176289 Review URL: https://chromiumcodereview.appspot.com/13730005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193411 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
In r186079, local invalidations and acknowledgements were fully implemented. This means that if an InvalidationHandler doesn't acknowledge invalidations that it receives, it will receive wake up pings periodically afterwards. BUG=180693 Review URL: https://chromiumcodereview.appspot.com/13913018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193410 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
When we update a compositor resource from a media::VideoFrame, try to reuse resources from previous frames that were returned to us by the ResourceProvider. R=piman,enne BUG=179729 Depends on: https://codereview.chromium.org/13445009/ Review URL: https://chromiumcodereview.appspot.com/13959005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193409 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193408 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r11143: (phosek) Fix version selection in toolchain download script r11144: (khim) Fix lucid-64-newlib-dbg-valgrind bot. r11145: (dschuff) Stop running pnacl glibc tests on toolchain bots. r11146: (jvoung) Turn on -strip-metadata in pnacl-finalize. r11147: (mseaborn) Thread suspension: Return untrusted register state during context switches r11148: (phosek) Provide mprotect syscall wrapper in newlib r11149: (mseaborn) Remove warning that is now too noisy on x86-64 Mac r11150: (jvoung) Update llvm test-suite rev to build tests with pnacl-finalize. r11151: (petarj) [MIPS] Small updates after LLVM merge BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/13811023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193407 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Update test expectations for OmniboxViewTest.SelectAllOnClick: (CrOS used to show/retain unfocused (grey highlight) Omnibox selections) (My http://crrev.com/183239 made it save/restore selections like Windows) Don't expect unfocused selections; check that clicking anew selects all. Move the base omnibox click offset over to the right a little. (fixes the test for OmniboxViewWin's slightly different hit-test area) Enable previously USE_AURA-limited code on all TOOLKIT_VIEWS. Update NativeTextfieldViews::OnMouseDragged to only handle left-click. (it was incorrectly and incompletely handling right- and middle-drag) Make NativeTextfieldViews::HandleMousePressEvent focus on right-click. (it was selecting all and showing the context menu without taking focus) Use ui_test_utils::IsViewFocused() instead of GetFocusView()->HasFocus(); Inline the last remaining GetFocusView call; some refactoring. BUG=128556,139069 TEST=None; OmniboxViewTest.SelectAllOnClick passes. R=derat@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/13896002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193404 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiu@chromium.org authored
https://codereview.chromium.org/13534002/ caused the search result snippet to be misaligned in the history page. R=dubroy@chromium.org BUG=228818 Review URL: https://chromiumcodereview.appspot.com/13811015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193403 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=155363 R=msw@chromium.org TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/13991002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193402 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/13993007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193401 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=229840 Review URL: https://chromiumcodereview.appspot.com/14063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193400 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193399 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Caused crashes on scrolling_benchmark. BUG=229923 > Update V8 to version 3.17.16.1 > > > R=danno@chromium.org > BUG= > > > Review URL: https://chromiumcodereview.appspot.com/13820010 TBR=mvstanton@chromium.org Review URL: https://codereview.chromium.org/14077002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193398 0039d316-1c4b-4281-b951-d872f2087c98
-