- 31 Oct, 2014 40 commits
-
-
csharp authored
BUG=429173 Review URL: https://codereview.chromium.org/698533002 Cr-Commit-Position: refs/heads/master@{#302274}
-
yefim authored
Enhanced bookmarks flag option was used to be shown only if user enrolled into experiment. Enabling it for all users because if user has multiple profiles there is no currently a way to enable this option properly. Long term fix would be to make about_flags aware of user preferences. For now showing to all users looks like a "lesser evil" then not giving an option to opt-out of experiment. BUG= Review URL: https://codereview.chromium.org/686393003 Cr-Commit-Position: refs/heads/master@{#302273}
-
gavinp authored
The cache should be safe to delete immediately after calling the destructor. This means that failures from files going missing while the index is being serialized are acceptable; if we are going to actually restart this cache, they can be dealt with at startup anyway. R=jkarlin@chromium.org BUG=416940 Review URL: https://codereview.chromium.org/691803003 Cr-Commit-Position: refs/heads/master@{#302272}
-
vsevik authored
Blink roll 5feaa4b285ce283c7ff54e29b95102f5d8bca17c:fd9028ec7a05fe620046b6af5da504fa2d833c3f (svn 184702:184722) TBR=morrita Review URL: https://codereview.chromium.org/690273002 Cr-Commit-Position: refs/heads/master@{#302271}
-
pkotwicz authored
BUG=426561 TEST=None Review URL: https://codereview.chromium.org/689683004 Cr-Commit-Position: refs/heads/master@{#302270}
-
sebmarchand authored
BUG=314403, 326158 Review URL: https://codereview.chromium.org/693493006 Cr-Commit-Position: refs/heads/master@{#302269}
-
earthdok authored
BUG=414189 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/689113002 Cr-Commit-Position: refs/heads/master@{#302268}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/695743004 Cr-Commit-Position: refs/heads/master@{#302267}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d8aa7b7..2100c5e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=hcm@google.com Review URL: https://codereview.chromium.org/689093002 Cr-Commit-Position: refs/heads/master@{#302266}
-
mtomasz authored
If the new ZIP unpacker flow is enabled, then it the previous avfs based logic should be hidden from user. And the other way the same. TEST=Tested manually with the flag enabled and disabled. BUG=427778 Review URL: https://codereview.chromium.org/692793002 Cr-Commit-Position: refs/heads/master@{#302265}
-
igsolla authored
This is needed for the WebView, as some apps instantiate it with an application context. We also improve the detection of activity contexts. BUG=428952 Review URL: https://codereview.chromium.org/682223006 Cr-Commit-Position: refs/heads/master@{#302264}
-
anujk.sharma authored
v8::Handle<T> is just an alias of v8::Local<T> so, replacing v8::Handle with v8::Local in src/components BUG=424445 Review URL: https://codereview.chromium.org/693883002 Cr-Commit-Position: refs/heads/master@{#302263}
-
mnaganov authored
Add a test that replaces previously injected object with a new one under the same name. BUG=b/17973356 Review URL: https://codereview.chromium.org/692933002 Cr-Commit-Position: refs/heads/master@{#302262}
-
serya authored
Code for registering and unregistering instance of DevTools bridge in GCD. GCDRegistrationFragment is able to perform registration including: 1. Asking user for desired account to register. 2. Requesting OAuth permissions for GCD (may show confirmation activity to the user). 3. Registration in Cloud Messages if needed. It also shows toasts with registration/unregistration results. GCDRegistrationFragment is absstract and has no views. Testing implementation shows button "Registed in GCD/Unregister (registered for ...)". Registration is not persistent yet. BUG=383418 TEST=New button in main activity of DevToolsBridgeTest.apk: register/unregister. Committed: https://crrev.com/a2da02bd99d78de549b617510551ec5e1f7073d9 Cr-Commit-Position: refs/heads/master@{#302251} Review URL: https://codereview.chromium.org/677843006 Cr-Commit-Position: refs/heads/master@{#302261}
-
hellner authored
TBR=hellner@chromium.org NOTRY=true BUG=N/A Committed: https://crrev.com/4e40bbe50a102784984852ca318dbcd2b03fc9fc Cr-Commit-Position: refs/heads/master@{#301879} Review URL: https://codereview.chromium.org/653203005 Cr-Commit-Position: refs/heads/master@{#302260}
-
miguelg authored
Depends on https://codereview.chromium.org/658723003/ BUG=401424 Review URL: https://codereview.chromium.org/661463002 Cr-Commit-Position: refs/heads/master@{#302259}
-
huangs authored
This fixes crashing bug. The check should be in ImageManager::OnImageFetched() instead of ImageFetcherImpl::OnFetchComplete(). Indeed, the unit test in image_fetcher_impl_browsertest.cc also allows it. Also added extra non-NULL DCHECK in ImageManager::GetImageURL(), and verified that current callers do not passing NULL to it. BUG=428117 TBR=mathp Review URL: https://codereview.chromium.org/689993004 Cr-Commit-Position: refs/heads/master@{#302258}
-
pgal.u-szeged authored
Make the isolate generation aware that the NaCl can be disabled and don't try to use those files if it is disabled. BUG=428264 R=maruel@chromium.org TEST=./build/gyp_chromium -Ddisable_nacl=1 && ninja -C out/Release Review URL: https://codereview.chromium.org/687173002 Cr-Commit-Position: refs/heads/master@{#302257}
-
sergiyb authored
- BisectPerformanceMetrics class: - Added src_cwd to constructor to allow easier mocking. Using os.getcwd() creates non-obvious expectations from the caller. - Exposed printer field to allow it being reused outside. - Added a comment explaining arguments to the constructor. - BisectOptions class: - Changed from deprecated optparse to argparse - Split _CreateCommandLineParser - Moved logic from ParseCommandLine to argparse where possible - Removed code related to ChromeOS BUG=425652 R=qyearsley@chromium.org CC=ojan@chromium.org Review URL: https://codereview.chromium.org/691553002 Cr-Commit-Position: refs/heads/master@{#302256}
-
vsevik authored
Blink roll fe66e723f6a575d814e559e9850eb741d2b1c0dd:5feaa4b285ce283c7ff54e29b95102f5d8bca17c (svn 184678:184702) TBR=morrita Review URL: https://codereview.chromium.org/695813002 Cr-Commit-Position: refs/heads/master@{#302255}
-
mlerman authored
Revert of Registration of DevTools bridge in GCD. (patchset #4 id:80001 of https://codereview.chromium.org/677843006/) Reason for revert: Only CL that landed before http://build.chromium.org/p/chromium.mac/waterfall?builder=Mac%20Builder broke. Going to revert this CL to try and get the builder working again. Original issue's description: > Registration of DevTools bridge in GCD. > > Code for registering and unregistering instance of DevTools bridge in GCD. > GCDRegistrationFragment is able to perform registration including: > 1. Asking user for desired account to register. > 2. Requesting OAuth permissions for GCD (may show confirmation activity to the user). > 3. Registration in Cloud Messages if needed. > > It also shows toasts with registration/unregistration results. > > GCDRegistrationFragment is absstract and has no views. Testing implementation > shows button "Registed in GCD/Unregister (registered for ...)". Registration is not > persistent yet. > > BUG=383418 > TEST=New button in main activity of DevToolsBridgeTest.apk: register/unregister. > > Committed: https://crrev.com/a2da02bd99d78de549b617510551ec5e1f7073d9 > Cr-Commit-Position: refs/heads/master@{#302251} TBR=mnaganov@chromium.org,serya@chromium.org NOTREECHECKS=true NOTRY=true BUG=383418 Review URL: https://codereview.chromium.org/693153003 Cr-Commit-Position: refs/heads/master@{#302254}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#302253}
-
ankit2.kumar authored
Currently if context menu is invoked on any anchor link and 'open in new tab' option is selected then nothing happens. Adding code to launch new tab with selected url BUG=428625 Review URL: https://codereview.chromium.org/682223003 Cr-Commit-Position: refs/heads/master@{#302252}
-
serya authored
Code for registering and unregistering instance of DevTools bridge in GCD. GCDRegistrationFragment is able to perform registration including: 1. Asking user for desired account to register. 2. Requesting OAuth permissions for GCD (may show confirmation activity to the user). 3. Registration in Cloud Messages if needed. It also shows toasts with registration/unregistration results. GCDRegistrationFragment is absstract and has no views. Testing implementation shows button "Registed in GCD/Unregister (registered for ...)". Registration is not persistent yet. BUG=383418 TEST=New button in main activity of DevToolsBridgeTest.apk: register/unregister. Review URL: https://codereview.chromium.org/677843006 Cr-Commit-Position: refs/heads/master@{#302251}
-
perezju authored
Improvements of TimeoutRetryThread so that it is possible to stop threads which have already timed out (instead of keeping them like zombie threads running in the background). Provides a timeout_retry.WaitFor to wait until a condition becomes true. Also migrates some DeviceUtils methods to use the new adb_wrapper: - WaitUntilFullyBooted - GetProp/SetProp - GetApplicationPath BUG=267773 Review URL: https://codereview.chromium.org/636273004 Cr-Commit-Position: refs/heads/master@{#302250}
-
oetuaho authored
This patch implements interaction with KHR_robustness. It's especially concerned with handling CONTEXT_LOST_KHR errors: as soon as one is encountered, the normal context loss handling code is triggered, with the addition that context guilt information is queried from GL. The patch fixes asserts caused by CONTEXT_LOST_KHR errors in debug mode, which should help with further development, and hides CONTEXT_LOST_KHR errors from command buffer clients which are not supposed to see them. For plumbing, bindings are added for the KHR_robustness API entry points, and command buffer autogenerated files are updated so that GLES2Util::GetStringEnum works with CONTEXT_LOST_KHR. Redundant LoseContext call that was called on the context after LoseContext was already called on the whole context group is removed from GLES2CommandDecoderImpl::OnOutOfMemoryError. The behavior that the guilty context is unknown when an out of memory error is generated is kept, as it does not make sense to point the finger at a specific context on an when it is not known which context was actually consuming the most memory. BUG=428332 Review URL: https://codereview.chromium.org/689633003 Cr-Commit-Position: refs/heads/master@{#302249}
-
peter authored
OnError was meant to support the "onerror" event for Web Notifications, but it has no call sites. There are a few future use-cases for this event, but those don't concern non-Web Notifications so we don't need this plumbing. BUG=428370 Review URL: https://codereview.chromium.org/687183004 Cr-Commit-Position: refs/heads/master@{#302248}
-
magjed authored
BUG=426020 Review URL: https://codereview.chromium.org/675513002 Cr-Commit-Position: refs/heads/master@{#302247}
-
Paweł Hajdan, Jr authored
It'll likely have more people in the future, but for now starting small until the API gets more stable. BUG=422235 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/686073002 Cr-Commit-Position: refs/heads/master@{#302246}
-
vabr authored
Currently, PasswordAutofillAgent (in renderer) prepares password autofill suggestions for PasswordAutofillManager (in browser) and sends them via IPC. But the manager has the data to generate the suggestions itself, so this CL makes it derive the suggestions from that data instead of hauling it through IPC. This CL also adds one more test case to the PasswordAutofillManager unittest, to compensate for the coverage lost in the PasswordAutofillAgent browsertest by moving some logic out of the agent to the manager. BUG=400186, 377422, 118601 Review URL: https://codereview.chromium.org/688633004 Cr-Commit-Position: refs/heads/master@{#302245}
-
thestig authored
They are no longer needed since nearly no extensions code gets built when extensions are disabled. Review URL: https://codereview.chromium.org/680213003 Cr-Commit-Position: refs/heads/master@{#302244}
-
paritosh.in authored
Removing 'is_null' from ServiceWorkerVersionInfo in favor of comparing the version_id to kInvalidServiceWorker. BUG=428488 Review URL: https://codereview.chromium.org/691413002 Cr-Commit-Position: refs/heads/master@{#302243}
-
mtomasz authored
This patch adds the icon to the top bar, so it's the same as in the left nav. TEST=Tested manually with a FSP based extension. BUG=None Review URL: https://codereview.chromium.org/698433002 Cr-Commit-Position: refs/heads/master@{#302242}
-
hirono authored
BUG=406995 TEST=None Review URL: https://codereview.chromium.org/691273004 Cr-Commit-Position: refs/heads/master@{#302241}
-
mtomasz authored
Previously, I didn't test it carefully... TEST=Tested manually. BUG=427776 Review URL: https://codereview.chromium.org/689003002 Cr-Commit-Position: refs/heads/master@{#302240}
-
mtomasz authored
Per git log. Numbers of CLs: 84 kinaba@chromium.org 50 hirono@chromium.org 25 mtomasz@chromium.org 24 yoshiki@chromium.org 14 hirono 13 hidehiko@chromium.org 11 jamescook@chromium.org 11 satorux@chromium.org 10 fukino@chromium.org TEST=Not related. BUG=None Review URL: https://codereview.chromium.org/697553002 Cr-Commit-Position: refs/heads/master@{#302239}
-
mtomasz authored
The app doesn't have any UI, so it shouldn't show in the launcher. It can't be an extension because it uses file handlers. We're going to remove this whitelist once file handlers availability to extensions is resolved. TEST=Tested manually that the icon is gone. BUG=427747 Review URL: https://codereview.chromium.org/688123003 Cr-Commit-Position: refs/heads/master@{#302238}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#302237}
-
dmazzoni authored
This makes generating the accessibility tree for at least one page more than 25% faster, and it should help at least a bit on almost any page. BUG=427402 Review URL: https://codereview.chromium.org/682583002 Cr-Commit-Position: refs/heads/master@{#302236}
-
kinaba authored
This CL associates .xhtm, .xhtml, and .shtml to the browser window. The list matches what Chrome handles on Windows, enumerated at src/chrome/installer/util/shell_util.cc#kDefaultFileAssociations. BUG=427542 Review URL: https://codereview.chromium.org/693103003 Cr-Commit-Position: refs/heads/master@{#302235}
-