- 16 Dec, 2014 21 commits
-
-
xhwang authored
Currently we are not serializing the data of a DecoderBuffer. The data will be serialized into a separate DataPipe. Therefore, drop the data check in MediaTypeConvertersTest. See r307328 for details. BUG=392236 TEST=This CL fixing failing tests. Review URL: https://codereview.chromium.org/808633002 Cr-Commit-Position: refs/heads/master@{#308482}
-
tfarina authored
That were otherwise filtered out (disabled) by the way depot_tools' presubmit_canned_checks.py::CheckChangeLintsClean() worked. As of https://src.chromium.org/viewvc/chrome?revision=293357&view=revision, it was changed, so clients can pass their own files and enable those that were disabled. BUG=None TEST=None R=tapted@chromium.org Review URL: https://codereview.chromium.org/804763002 Cr-Commit-Position: refs/heads/master@{#308481}
-
changwan authored
BUG=440178 Review URL: https://codereview.chromium.org/785163002 Cr-Commit-Position: refs/heads/master@{#308480}
-
rockot authored
BUG=None TBR=jamesr@chromium.org for mojo Review URL: https://codereview.chromium.org/799113004 Cr-Commit-Position: refs/heads/master@{#308479}
-
samuong authored
Revert of Fix sandbox target in Windows GN build and enable it. (patchset #1 id:1 of https://codereview.chromium.org/804993003/) Reason for revert: breaks compile step on the win8 gn bot: http://build.chromium.org/p/chromium.win/builders/Win8%20GN/builds/2037 Original issue's description: > Fix sandbox target in Windows GN build and enable it. > > Committed: https://crrev.com/fdb4e8d624f1bfe1af5ccfebfa3faa0072caa71d > Cr-Commit-Position: refs/heads/master@{#308471} TBR=cpu@chromium.org,vchigrin@yandex-team.ru NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/810623002 Cr-Commit-Position: refs/heads/master@{#308478}
-
jdduke authored
Add a baseline metric for the number of page reloads triggered by the new pull-to-refresh gesture, allowing comparison with other avenues for page reload (e.g., from toolbar reload icon). BUG=442505 Review URL: https://codereview.chromium.org/803343002 Cr-Commit-Position: refs/heads/master@{#308477}
-
cmumford authored
Needed for leveldb_main utility program to link. Review URL: https://codereview.chromium.org/802633003 Cr-Commit-Position: refs/heads/master@{#308476}
-
xhwang authored
Now we have real decoders abailable so MojoRendererImpl::Initialize() should succeed. Review URL: https://codereview.chromium.org/793973004 Cr-Commit-Position: refs/heads/master@{#308475}
-
vchigrin authored
Review URL: https://codereview.chromium.org/797813003 Cr-Commit-Position: refs/heads/master@{#308474}
-
mitchelljones authored
- Quitting an app shim will close all associated windows. - Closing all windows will quit the app shim. - Can focus between Chrome and app shim windows. - Can hide/show all windows associated with an app shim. BUG=440651 Review URL: https://codereview.chromium.org/790043002 Cr-Commit-Position: refs/heads/master@{#308473}
-
sergeyu authored
BUG=438096 Review URL: https://codereview.chromium.org/804173002 Cr-Commit-Position: refs/heads/master@{#308472}
-
vchigrin authored
Review URL: https://codereview.chromium.org/804993003 Cr-Commit-Position: refs/heads/master@{#308471}
-
benwells authored
Otherwise it appears like nothing happened when a bookmark app is created. This change does not affect bookmark apps created via sync. BUG=441617 Review URL: https://codereview.chromium.org/804883002 Cr-Commit-Position: refs/heads/master@{#308470}
-
kpschoedel authored
BUG=430194 Review URL: https://codereview.chromium.org/786813004 Cr-Commit-Position: refs/heads/master@{#308469}
-
gusfernandez authored
The RelinquishGpuResource message from the browser process may come before or after the rederer process closes it GPU channel. As such, we need to wait until only the Browser GPU channel is open until we can actually release the default off-screen PBuffer surface and the EGL display. This is a follow-up to https://codereview.chromium.org/712343003 Bug: 18724066 BUG=432268 Review URL: https://codereview.chromium.org/800103005 Cr-Commit-Position: refs/heads/master@{#308468}
-
simonhong authored
Browser scheduler should trigger BeginFrame when children needs even if it doesn't have a pending commit. R=brianderson@chromium.org BUG=372086 TEST=cc_unittests Review URL: https://codereview.chromium.org/802353002 Cr-Commit-Position: refs/heads/master@{#308467}
-
danakj authored
No need to make a raster source that is never used. R=enne, vmpstr BUG=387116 Review URL: https://codereview.chromium.org/809433003 Cr-Commit-Position: refs/heads/master@{#308466}
-
cmumford authored
ParseMethodAndError took a string as first param, but all callers started with a Status object from which they derived the string. Simplified impl by just passing in the Status object. Review URL: https://codereview.chromium.org/805043006 Cr-Commit-Position: refs/heads/master@{#308465}
-
ajuma authored
This test had been disabled because of failures in smoothness.key_silk_cases, but these failures are no longer reproducible locally or on the perf trybots. BUG=404317 Review URL: https://codereview.chromium.org/791183002 Cr-Commit-Position: refs/heads/master@{#308464}
-
jyasskin authored
This reverts r304504. TBR=jmadill@chromium.org NOTRY=true BUG=434033 Review URL: https://codereview.chromium.org/806773007 Cr-Commit-Position: refs/heads/master@{#308463}
-
mukai authored
See the bug to see the screenshot of problematic rendering and the result of this fix. There are several TODOs though: - Renderers still remember the old font params. - Changing hinting params will change the bounding box of the text, which means we should re-layout several views. This will be addressed by other CLs. - Ideally, the font render params should change based on the display where the text is rendered. BUG=441439 R=oshima@chromium.org, derat@chromium.org, msw@chromium.org TEST=the new test case covers Review URL: https://codereview.chromium.org/789583002 Cr-Commit-Position: refs/heads/master@{#308462}
-
- 15 Dec, 2014 19 commits
-
-
tommi authored
WebRTC 7902:7905 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/e8dbbf4..25834b8 Libjingle 7898:7905 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/35f09c3..f99af5c TBR=kjellander@chromium.org Review URL: https://codereview.chromium.org/811553002 Cr-Commit-Position: refs/heads/master@{#308461}
-
rkc authored
This CL fixes the handling of the "." character in device names for audio preferences. It also adds unit tests for the preference handler. R=jennyz@chromium.org BUG=294488,431133 Review URL: https://codereview.chromium.org/803303002 Cr-Commit-Position: refs/heads/master@{#308460}
-
skuhne authored
There are several proposed content CLs which are making use of the MemoryPressureObserverChromeOS::GetCurrentPressureLevel() call to adapt dynamically to the current memory pressure. Examples: The |OomPriorityManager|, the |RendererFrameManager|, ... BUG=440556 TEST=- Review URL: https://codereview.chromium.org/800603002 Cr-Commit-Position: refs/heads/master@{#308459}
-
alexmos authored
When looking for a RFH by last committed URL, there is no need to do a ForEach with a private FindFrame() predicate, since that logic is already available from a public FrameMatchingPredicate method in browser_test_utils. BUG= Review URL: https://codereview.chromium.org/807463003 Cr-Commit-Position: refs/heads/master@{#308458}
-
brettw authored
There should be no functionality change. Previously autofill results were passed through as a set of three or four vectors: std::vector<base::string16>* popup_values, std::vector<base::string16>* popup_labels, std::vector<base::string16>* popup_icons std::vector<int>* identifiers all of which have to stay in sync. This makes it impossible to add metadata, function calls are ugly, and the code is error prone. As part of wallet credit card autofill, we'll need to add more metadata here. This patch replaces this with a new autofill::Suggestion struct containing all of the information, and pipes this around to all the affected places. It also adds a new SuggestionBackendID struct to replace the old GUIDPair typedef which makes the code clearer. There are three types of IDs for autofill suggestions which is kind of confusing: a GUID created by the database which is actually a GUID + an integer (GUIDPair typedef in the old code), an integer ID used by the frontend and IPC, and an intermediate integer used by the autofill manager to create the frontend int ID. This patch adds the GUID and frontend integer ID to the new Suggestion class as the backend_id and frontend_id. It is kind of confusing to have two different types of IDs in the same class, and previously most code dealt with only one or the other. But I think the code is much cleaner not having to keep separate parallel lists of IDs all over the place. Unified the naming in the autofill popup controller. It previously used name/subtext and now that it uses the standard Suggestion struct, I changed them to value/label to match everything else. Added constants for the card types used by RequestAutocomplete Added some additional stuff to the CreditCard class for wallet sync. Add additional members to the autofill table for wallet card manipulation. These are currently unused. Review URL: https://codereview.chromium.org/772253003 Cr-Commit-Position: refs/heads/master@{#308457}
-
gunsch authored
R=lcwu@chromium.org,damienv@chromium.org BUG=408189 Review URL: https://codereview.chromium.org/802833002 Cr-Commit-Position: refs/heads/master@{#308456}
-
mdempsky authored
Using "x()" in TupleLeaf's default constructor causes primitive types (e.g., integers and pointers) to be zero initialized, whereas previously Tuple left them indeterminate. Arguably zero-initializing is better, but the change was inadvertant and results in a measurable code size increase, so this CL reverts it (at least for now). BUG=440806 Review URL: https://codereview.chromium.org/791883003 Cr-Commit-Position: refs/heads/master@{#308455}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/70c04a5..5450ee0 TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/809483004 Cr-Commit-Position: refs/heads/master@{#308454}
-
chrome://appsmitchelljones authored
BUG=441561 Review URL: https://codereview.chromium.org/797113002 Cr-Commit-Position: refs/heads/master@{#308453}
-
tapted authored
WindowsEventRouter needs to broadcast when no Chrome window has focus. When toolkit_views first flips on Mac, nothing should actually change in the release. Until Chrome on Mac *only* makes Windows with toolkit-views, WindowsEventRouter on Mac should still use NSWindowDidBecomeKeyNotification + NOTIFICATION_NO_KEY_WINDOW. This works both for windows created with toolkit-views and those created natively. BUG=439882 Review URL: https://codereview.chromium.org/773303005 Cr-Commit-Position: refs/heads/master@{#308452}
-
sdefresne authored
Move WebDataServiceWrapper into its own component webdata_services so that the code can be shared with iOS. The code cannot go into webdata component since it depends on other components (autofill, password_manager, search_engine, signin) that depends on webdata (as they implements the WebDataService interface). BUG=437508 Review URL: https://codereview.chromium.org/777863002 Cr-Commit-Position: refs/heads/master@{#308451}
-
sammc authored
OOP PDF causes that the print-preview page to contain an iframe of the PDF extension instead of directly including a plugin element. However, the tests for PrintWebViewHelper use a fake print-preview page that cannot contain an iframe of the extension because the necessary infrastructure is not available in the test. This relaxes the expectations so that in tests where the pdf element isn't an iframe, that element is used instead. BUG=303491 Review URL: https://codereview.chromium.org/800343004 Cr-Commit-Position: refs/heads/master@{#308450}
-
jdduke authored
This is required for running the tests as a standalone APK. BUG=441187 Review URL: https://codereview.chromium.org/803293002 Cr-Commit-Position: refs/heads/master@{#308449}
-
stuartmorgan authored
Re-enabled building of the browser_ui target on iOS (lost when unit_tests was turned down). As with browser, removes non_android sources and puts everything in non_mobile_sources. See also https://codereview.chromium.org/785233002 BUG=432994 Review URL: https://codereview.chromium.org/801643006 Cr-Commit-Position: refs/heads/master@{#308448}
-
kpschoedel authored
No layout switching; uses a hard-coded US layout. BUG=430194 Review URL: https://codereview.chromium.org/778503002 Cr-Commit-Position: refs/heads/master@{#308447}
-
kbr authored
BUG=441997 TBR=bajones@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/791083004 Cr-Commit-Position: refs/heads/master@{#308446}
-
lfg authored
BUG=433014 Review URL: https://codereview.chromium.org/743773003 Cr-Commit-Position: refs/heads/master@{#308445}
-
kenobi authored
The TaskQueue handles the basics of running a set of queued up tasks, and providing updates and various other callbacks for clients to be notified about queue and task state. BUG= Review URL: https://codereview.chromium.org/789603004 Cr-Commit-Position: refs/heads/master@{#308444}
-
sullivan authored
BUG= Review URL: https://codereview.chromium.org/807463002 Cr-Commit-Position: refs/heads/master@{#308443}
-