- 29 Aug, 2014 40 commits
-
-
earthdok authored
BUG=388893 TBR=phajdan.jr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/518043002 Cr-Commit-Position: refs/heads/master@{#292612}
-
phoglund authored
We are getting renderer crashes, disable until someone can investigate. BUG=392224,408496 Review URL: https://codereview.chromium.org/516883002 Cr-Commit-Position: refs/heads/master@{#292611}
-
qsr authored
R=ppi@chromium.org Review URL: https://codereview.chromium.org/518703003 Cr-Commit-Position: refs/heads/master@{#292610}
-
yosihki authored
- Move file_manager/js/media/media_controls.{css,js} -> video_player/js - Move file_manager/js/media/mouse_inactivity_watcher.js -> file_manager/js (parent directory) - Move file_manager/images/media/* -> video_player/images/media/ - Move file_manager/images/media/error.png -> gallery/images/media/error.png BUG=405838 TEST=compile pasees R=hirono@chromium.org Review URL: https://codereview.chromium.org/504073002 Cr-Commit-Position: refs/heads/master@{#292609}
-
pgal.u-szeged authored
The GLIB_DISABLE_DEPRECATION_WARNINGS define disables the deprecation warnings which is caused by the usage of the g_settings_list_schemas method. Moving the define to the build scripts avoids any future build errors (-Werror) and warning reports. BUG=391250 TEST=ninja -C out/Release chrome Review URL: https://codereview.chromium.org/367113004 Cr-Commit-Position: refs/heads/master@{#292608}
-
earthdok authored
BUG=400728 TBR=phajdan.jr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/520543003 Cr-Commit-Position: refs/heads/master@{#292607}
-
mlamouri authored
Revert of Net-related fixups for scoped_refptr conversion operator cleanup. (patchset #2 of https://codereview.chromium.org/511163002/) Reason for revert: It seems to be breaking GPU Mac Builder (Blink): http://build.chromium.org/p/chromium.webkit/builders/GPU%20Mac%20Builder/builds/19306/steps/compile/logs/stdio Original issue's description: > Net-related fixups for scoped_refptr conversion operator cleanup. > > BUG=110610 > TBR=pkasting@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/aa3dd9e5a2d3215f9c756ddcbb11268569cbe473 TBR=mmenke@chromium.org,rsleevi@chromium.org,pkasting@chromium.org,dcheng@chromium.org NOTREECHECKS=true NOTRY=true BUG=110610 Review URL: https://codereview.chromium.org/517873003 Cr-Commit-Position: refs/heads/master@{#292606}
-
krzysztofc authored
Review URL: https://codereview.chromium.org/521573003 Cr-Commit-Position: refs/heads/master@{#292605}
-
vasilii authored
BUG=408804 Review URL: https://codereview.chromium.org/522463003 Cr-Commit-Position: refs/heads/master@{#292604}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/ee13016d417011b60039bfe6f93cec2b081cf8d0..4c64aba5ca8a0edb090a6be235efad2ba65c9c89 TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/519683002 Cr-Commit-Position: refs/heads/master@{#292603}
-
bartfab authored
This CL wires up cryptohomed's GetKeyDataEx() as HomedirMethods::GetKeyDataEx() in Chrome. The method will be used to retrieve metadata such as the hashing algorithm and salt used for a key. BUG=367847 TEST=New homedir_methods_unittest.cc Review URL: https://codereview.chromium.org/506943002 Cr-Commit-Position: refs/heads/master@{#292602}
-
dconnelly authored
BUG=328847 Review URL: https://codereview.chromium.org/513193002 Cr-Commit-Position: refs/heads/master@{#292601}
-
dcheng authored
BUG=110610 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/511163002 Cr-Commit-Position: refs/heads/master@{#292600}
-
hashimoto authored
Move AppWindow, AppWindowRegistry and AppsClient from apps/ to extensions/browser/app_window Change the namespace from apps to extensions. Fix GYP and DEPS. BUG=403726 TBR=sky@chromium.org for include and namespace changes Review URL: https://codereview.chromium.org/494033002 Cr-Commit-Position: refs/heads/master@{#292599}
-
mlamouri authored
Revert of Try backing SkPicture with SkRecord in Chromium. (patchset #2 of https://codereview.chromium.org/504823003/) Reason for revert: This is breaking the following Blink test: inspector/layers/layer-canvas-log.html Original issue's description: > Try backing SkPicture with SkRecord in Chromium. > > This is our first attempt, mostly to feel this out. Performance and > correctness problems are both possible. Please revert this if a benchmark even > smells funny. > > That said, we've been working on this a while, are pretty confident it's good > stuff, and have had Skia's internal testing entirely switched over for a week. > Parts of Chromium that serialize and deserialize SkPictures are already > switched over. This CL finishes things off by switching the default > recorded-from-scratch SkPicture to use SkRecord too. > > BUG= > > Committed: https://chromium.googlesource.com/chromium/src/+/f7450daaf38f4951b23fabaaaf659c6af33a705c > > Committed: https://chromium.googlesource.com/chromium/src/+/5f2a6ab31313eb2fc6e456f65c3863a77d2d0c30 TBR=reed@google.com,mtklein@google.com,senorblanco@chromium.org,eroman@chromium.org,mtklein@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/522623002 Cr-Commit-Position: refs/heads/master@{#292598}
-
hashimoto authored
Put tests next to the code being tested. Move tests to components/ without actually removing dependencies with temporary DEPS rules added. This results in these tests still built as parts of unit_tests, not components_unittests. Fix TemplateURLServiceTestUtil to simplify the code and reduce chrome dependencies: - Create KeywordWebDataService instead of depending on WebDataServiceFactory. - Remove TemplateURLService::SetKeywordSearchTermsForURL() and TestingTemplateURLService. Instead, TestingTemplateURLServiceClient is responsible to implement SetKeywordSearchTermsForURL(). - Remove content::TestBrowserThreadBundle from test util. Tests are responsible to set up one. This enables TemplateURLServiceTestSyncTest to use multiple test util instances. BUG=387985 TEST=unit_tests Review URL: https://codereview.chromium.org/513133002 Cr-Commit-Position: refs/heads/master@{#292597}
-
noyau authored
ImageService is an abstract superclass that will have subclasses for each mobile platform. This class stores a salient image for a bookmark which is removed when the bookmark node is deleted. BUG=None Review URL: https://codereview.chromium.org/513793002 Cr-Commit-Position: refs/heads/master@{#292596}
-
dcheng authored
BUG=110610 Review URL: https://codereview.chromium.org/513323002 Cr-Commit-Position: refs/heads/master@{#292595}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/5662a645ae76658b93bd944009407fb9d5911e3b..ee13016d417011b60039bfe6f93cec2b081cf8d0 TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/523563002 Cr-Commit-Position: refs/heads/master@{#292594}
-
fukino authored
- Make sure that the DirectoryContent.dispose() is called when necessary. - Defer dispose() temporarily when we need to replace directory contents. BUG=408893 TEST=watched the cache size manually, and ran browser_tests Review URL: https://codereview.chromium.org/520553002 Cr-Commit-Position: refs/heads/master@{#292593}
-
dongseong.hwang authored
We don't need to call it before using GL context anymore. BUG=404121 Review URL: https://codereview.chromium.org/470973002 Cr-Commit-Position: refs/heads/master@{#292592}
-
mgiuca authored
ContentsView should not be responsible for apps-grid-specific logic. To this end, moved scroll and gesture event handling from ContentsView to AppsGridView, removing the special cases for NAMED_PAGE_APPS. Also moved some of the prerender logic from ContentsView to AppsGridView. BUG=377381 Review URL: https://codereview.chromium.org/497413003 Cr-Commit-Position: refs/heads/master@{#292591}
-
treib authored
The URL now contains a protocol (b/17204752) so we don't need this anymore. BUG=404671 Review URL: https://codereview.chromium.org/509173005 Cr-Commit-Position: refs/heads/master@{#292590}
-
boriay authored
Midnight determination by scaling value of internal base::Time representation doesn't take in account time zones, it counts as UTC, but other time logic in local time. There is failure of test ChromeNetworkDailyDataSavingMetricsTest.PartialDayTimeChange if system time zone will overcome test time to another day (like our +4 for example). This fix make it work fine and in same way for win and others operating systems. R=bolian@chromium.org BUG= Review URL: https://codereview.chromium.org/479793002 Cr-Commit-Position: refs/heads/master@{#292589}
-
Benjamin Lerman authored
This add an utility class to parse .data file. It will be used to run the validation tests in java. R=ppi@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/508033004 Cr-Commit-Position: refs/heads/master@{#292588}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/a0ba700b74d535334d0ba359bfc266cafba26104..5662a645ae76658b93bd944009407fb9d5911e3b TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/519633002 Cr-Commit-Position: refs/heads/master@{#292587}
-
dcheng authored
BUG=110610 Review URL: https://codereview.chromium.org/515283002 Cr-Commit-Position: refs/heads/master@{#292586}
-
vabr authored
The test fails on some Win and Linux bots, more info on the bug. BUG=408917 NOTREECHECKS=true NOTRY=true TBR=rkc@chromium.org Review URL: https://codereview.chromium.org/517953002 Cr-Commit-Position: refs/heads/master@{#292585}
-
mfoltz authored
Don't set lastError if chrome.dial.discoverNow() can't start; we always attempt discovery and success/failure is indicated through the callback. Add browser test for chrome.dial.discoverNow() success. BUG=376588 Review URL: https://codereview.chromium.org/511943004 Cr-Commit-Position: refs/heads/master@{#292584}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#292583}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/0b1c83564fc6d6e5518f711306b85553a01e19b9..a0ba700b74d535334d0ba359bfc266cafba26104 TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/523553002 Cr-Commit-Position: refs/heads/master@{#292582}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/088f4b8eb31b2af26e66dcbaae062f40b3955059..d684422f1711cbb4106a260d75ee09101065c092 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Review URL: https://codereview.chromium.org/519623002 Cr-Commit-Position: refs/heads/master@{#292581}
-
yoshiki authored
BUG=408520 TEST=manually tested Review URL: https://codereview.chromium.org/514163002 Cr-Commit-Position: refs/heads/master@{#292580}
-
benwells authored
It fails there after a recent change. NOTRY=true TBR=zhaoqin@chromium.org BUG=408911 Review URL: https://codereview.chromium.org/518703002 Cr-Commit-Position: refs/heads/master@{#292579}
-
yurys authored
DevTools: use explicit IPC messages for enabling/disabling tracing instead of intercepting protocol events Added IPC plumbing that allows InspectorTracingAgent to enable/disable browser-wide tracing. It was implemented by intercepting Tracing.started/Tracing.stopped events in the browser. Tracing.stopped event in the DevTools protocol was used by the renderer to notify the browser that it should stop trace event recording and it didn't make much sense for the client as there is already Tracing.tracingComplete event in the protocol. BUG=398787 Committed: https://chromium.googlesource.com/chromium/src/+/a449adae35631e4791547bd0b14403d1766f9ddf Review URL: https://codereview.chromium.org/511873002 Cr-Commit-Position: refs/heads/master@{#292578}
-
reillyg authored
Instead of specifying each of the USB vendor and product ID pairs an app has permission to open this API extension allows filtering of devices by vendor and product IDs as well as HID usage pages and usages. The 'vendorId' and 'productId' properties of GetDevicesOptions are still supported for backwards compatibility. BUG= Review URL: https://codereview.chromium.org/514923002 Cr-Commit-Position: refs/heads/master@{#292577}
-
davidben authored
Rolling for OCSP stapling and some ASN.1 changes. Brings in the following commits: 6c7aed0 Client-side OCSP stapling support. e098ec2 Test client auth under TLS 1.2 hash mismatch and SSL 3. ed6eb66 Add CBS_ASN1_ENUMERATED to bytestring.h. 9b04d65 Export CBS_get_any_asn1_element. 041b58a Remove session_ctx macro. 457112e unifdef a bunch of OPENSSL_NO_* ifdefs. BUG=408687 Review URL: https://codereview.chromium.org/522513002 Cr-Commit-Position: refs/heads/master@{#292576}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/78d2b11092668ed42fc97d9a81290a3e226bed43..0b1c83564fc6d6e5518f711306b85553a01e19b9 TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/520523002 Cr-Commit-Position: refs/heads/master@{#292575}
-
raymes authored
Revert of Replace NPObject usage in ppapi with gin (patchset #27 of https://codereview.chromium.org/459553003/) Reason for revert: Failed memory tests: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%282%29/builds/6791 Original issue's description: > Replace NPObject usage in ppapi with gin > > This replaces usage of NPObject in pepper with gin-backed V8 objects. It is unfortunate that this CL is so large, but there isn't a nice way to have the old implementation and the new one side-by-side. > > There are 4 major parts to this CL: > 1) Changing the HostVarTracker to track V8ObjectVars rather than NPObjectVars (host_var_tracker.cc). > 2) Changing plugin elements (in plugin_object.cc) to be gin-backed objects. > 3) Changing postMessage bindings (message_channel.cc) be gin-backed objects. > 4) Changing the implementation of PPB_Var_Deprecated (ppb_var_deprecated_impl.cc) to call directly into V8. > > > BUG=351636 > > Committed: https://chromium.googlesource.com/chromium/src/+/21f446ae855d60cc896b40cb9a3249ed07f150b3 > > Committed: https://chromium.googlesource.com/chromium/src/+/ee49e63baf57e503bd71dfe61c8a80df63eac9aa TBR=jochen@chromium.org,dmichael@chromium.org,kolczyk@opera.com NOTREECHECKS=true NOTRY=true BUG=351636 Review URL: https://codereview.chromium.org/522583002 Cr-Commit-Position: refs/heads/master@{#292574}
-
shrikant authored
After few experiments/crashes it seems that some users have enormous number of fonts in the registry. On suspect that we have for failing to load collection is that direct write cache is unable to load/handle those many fonts. In this CL we are trying to see if we can put arbitrary limit on number of fonts that could be loaded. We also added a fallback mechanism where in if loading from registry fails, we will try to load only default fonts. Definition of 'default' is taken from file prefs_tab_helper.cc ~ kDefaultFonts. R=ananta,scottmg,cpu BUG=399233 Review URL: https://codereview.chromium.org/521483002 Cr-Commit-Position: refs/heads/master@{#292573}
-