- 08 Aug, 2014 40 commits
-
-
nhiroki@chromium.org authored
This is a refactoring patch. Before this patch, ServiceWorkerRegisterJob is responsible for updating ServiceWorkerRegistration object and document's version attributes (ie. '.installing' etc) via ServiceWorkerProviderHost. This change makes the provider host implement Registration::Listener. Listers are notified when the registration is updated, so the register job no longer has to manage the version attributes. BUG=396400 TEST=content_unittests --gtest_filter=ServiceWorker* TEST=run_webkit_tests.py --debug http/tests/serviceworker Review URL: https://codereview.chromium.org/417043006 Cr-Commit-Position: refs/heads/master@{#288323} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288323 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=340933 TEST=unit_tests Review URL: https://codereview.chromium.org/453843002 Cr-Commit-Position: refs/heads/master@{#288322} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288322 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=400892 TEST=manually tested Review URL: https://codereview.chromium.org/450913002 Cr-Commit-Position: refs/heads/master@{#288321} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288321 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Previously the aspect ratio is applied at the beginning of dragging after pressing the buttons. The CL also temporarily removes dimmable class from the container of aspect buttons to prevent the aspect buttons from being dimmed until a user starts dragging. BUG=401312 TEST=manually Review URL: https://codereview.chromium.org/454743002 Cr-Commit-Position: refs/heads/master@{#288320} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288320 0039d316-1c4b-4281-b951-d872f2087c98
-
krstnmnlsn@chromium.org authored
This function allows us to compare a module in memory with its original on disk, and identify any differences (after accounting for relocations). The state of the module (MODULE_UNKNOWN, MODULE_UNMODIFIED or MODULE_MODIFIED) is returned along with a list of the possibly modified exported functions of the module. BUG=401854 Review URL: https://codereview.chromium.org/406043003 Cr-Commit-Position: refs/heads/master@{#288319} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288319 0039d316-1c4b-4281-b951-d872f2087c98
-
sunil.ratnu@samsung.com authored
Browser Test for Autocomplete's confusion about direction if inline style and inherited dir attribute are mixed. This patch provides browser_tests for the corresponding blink patch: https://codereview.chromium.org/419023007/ which deals with the Bug:Autocomplete confused about direction if inline style and inherited dir attribute is mixed. BUG=397831 Review URL: https://codereview.chromium.org/446843002 Cr-Commit-Position: refs/heads/master@{#288318} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288318 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
BUG=315439 TEST=manually Review URL: https://codereview.chromium.org/442393003 Cr-Commit-Position: refs/heads/master@{#288317} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288317 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
All browser tests of File.app were disabled unintentionally by crrev.com/444223003 This CL enables those tests and disables OpenVideoFile and OpenAudioFile individually. BUG=400892 TEST=run browser_tests Review URL: https://codereview.chromium.org/445933006 Cr-Commit-Position: refs/heads/master@{#288316} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288316 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Move omnibox_field_trial{.cc,.h,_unittest.cc} to components/omnibox. Add components/omnibox/omnibox_switches.{cc,h} BUG=371538 TBR=sky@chromium.org for include fix under chrome/browser. Review URL: https://codereview.chromium.org/447183003 Cr-Commit-Position: refs/heads/master@{#288315} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288315 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
This is the first step in the transition of nacl_io from C++ to C. Also, remove an unused method (Packet::Take). BUG=400779 R=binji@chromium.org Review URL: https://codereview.chromium.org/443693002 Cr-Commit-Position: refs/heads/master@{#288314} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288314 0039d316-1c4b-4281-b951-d872f2087c98
-
gajendra.n@samsung.com authored
R=pdr NOTRY=true Review URL: https://codereview.chromium.org/452453002 Cr-Commit-Position: refs/heads/master@{#288313} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288313 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Two finger swipe on a track pad generates 'mouseweel' event. The CL adds a handler for the event. BUG=401310 TEST=on link Review URL: https://codereview.chromium.org/446343002 Cr-Commit-Position: refs/heads/master@{#288311} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288311 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Mostly fixing typos and missing/redundant #includes. BUG=none Review URL: https://codereview.chromium.org/450903002 Cr-Commit-Position: refs/heads/master@{#288310} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288310 0039d316-1c4b-4281-b951-d872f2087c98
-
ivandavid@chromium.org authored
The table is cut off in print preview and the rest of the webpage ends up being entirely blank. BUG=124517 NOTRY=true Review URL: https://codereview.chromium.org/451503003 Cr-Commit-Position: refs/heads/master@{#288309} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288309 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
This CL sets user_gesture_required_for_media_playback to false in Chrome for Android. Previously, we removed this requirement as a special case for the Google Search Results page. Now that this setting matches Chrome's behavior on other platforms, we don't need the special case for google.com and can remove the entire VoiceSearchTabHelper. This CL leaves the user_gesture_required_for_media_playback WebPreference because that's used by android_webview. R=klobag@chromium.org, darin@chromium.org BUG=178297 Review URL: https://codereview.chromium.org/447353002 Cr-Commit-Position: refs/heads/master@{#288308} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288308 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
R=rockot@chromium.org BUG=159265 Review URL: https://codereview.chromium.org/441053005 Cr-Commit-Position: refs/heads/master@{#288307} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288307 0039d316-1c4b-4281-b951-d872f2087c98
-
dfalcantara@chromium.org authored
Review URL: https://codereview.chromium.org/454693002 Cr-Commit-Position: refs/heads/master@{#288306} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288306 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=328592, 371406 R=sky@chromium.org Review URL: https://codereview.chromium.org/441333002 Cr-Commit-Position: refs/heads/master@{#288305} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288305 0039d316-1c4b-4281-b951-d872f2087c98
-
jchuang@chromium.org authored
BUG=chrome-os-partner:30607 TESTED=Manual tested on the platform of crosbug.com/p/30607 try with $ echo -n performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor $ echo -n interactive > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor Review URL: https://codereview.chromium.org/426303002 Cr-Commit-Position: refs/heads/master@{#288304} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288304 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288303} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288303 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG= TEST=gpu bots R=kbr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/454673002 Cr-Commit-Position: refs/heads/master@{#288302} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288302 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
BUG=393486 Review URL: https://codereview.chromium.org/451943003 Cr-Commit-Position: refs/heads/master@{#288301} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288301 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
The CL also updates the browser test to handle the case. BUG=401314 TEST=manually and run the test Review URL: https://codereview.chromium.org/448973003 Cr-Commit-Position: refs/heads/master@{#288300} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288300 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
- Non-public, non-static field names start with m. http://source.android.com/source/code-style.html#follow-field-naming-conventions BUG=318404 Review URL: https://codereview.chromium.org/452613002 Cr-Commit-Position: refs/heads/master@{#288299} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288299 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=371785 R=sky@chromium.org Review URL: https://codereview.chromium.org/445953002 Cr-Commit-Position: refs/heads/master@{#288298} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288298 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
R=dgozman@chromium.org, jam@chromium.org TBR=extensions) for simple RVH -> WebContents migration call sites., kalman (apps, mnaganov (android_webview) NOTRY=true Review URL: https://codereview.chromium.org/442303002 Cr-Commit-Position: refs/heads/master@{#288297} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288297 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288296} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288296 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
Changes for CDM_6: - ReleaseSession() becomes CloseSession() - add RemoveSession() - add GetUsableKeyIds() - simulate UsableKeysChanged event for older CDMs BUG=358271,351139 TEST=encrypted-media layout tests and browser_tests for encrypted media pass Review URL: https://codereview.chromium.org/446693004 Cr-Commit-Position: refs/heads/master@{#288295} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288295 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=391467 Review URL: https://codereview.chromium.org/449283002 Cr-Commit-Position: refs/heads/master@{#288294} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288294 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
BUG=401402 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/442403004 Cr-Commit-Position: refs/heads/master@{#288293} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288293 0039d316-1c4b-4281-b951-d872f2087c98
-
gunsch@chromium.org authored
R=lcwu@chromium.org,jam@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/443833002 Cr-Commit-Position: refs/heads/master@{#288292} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288292 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
Add ValidateAndMeasurePage to PageTest; this is a replacement for both ValidatePage and MeasurePage. Usage will be cleaned up in subsequent patch(es), along with killing PageMeasurement. BUG=383635 Review URL: https://codereview.chromium.org/452523002 Cr-Commit-Position: refs/heads/master@{#288291} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288291 0039d316-1c4b-4281-b951-d872f2087c98
-
ahernandez.miralles@gmail.com authored
BUG=400775 NOTRY=True Review URL: https://codereview.chromium.org/441053004 Cr-Commit-Position: refs/heads/master@{#288290} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288290 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
Voice search is not available in incognito mode so if prompted to open the about:voicesearch page while in an incognito window, instead redirect and open it in a new tab in the parent profile's current window. This is how other about: pages handle this situation. BUG=400151 TEST=open an incognito window, navigate to about://voicesearch, observe that it opens in a new tab in the parent window and does not crash. Review URL: https://codereview.chromium.org/450763002 Cr-Commit-Position: refs/heads/master@{#288289} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288289 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
where it would be available to all profiles, including Incognito, to ProfileImplIOData, where it would only be available to non- Incognito profiles. In the process, (1) refactored and simplified DataReductionProxyUsageStats so that it could live on the IO thread. (2) Added a keyed service called DataReductionProxyChromeSettings, so chrome browsers on all platforms could use the same pattern. BUG=396695 Review URL: https://codereview.chromium.org/412143009 Cr-Commit-Position: refs/heads/master@{#288288} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288288 0039d316-1c4b-4281-b951-d872f2087c98
-
ahernandez.miralles@gmail.com authored
NOTRY=True Review URL: https://codereview.chromium.org/448823002 Cr-Commit-Position: refs/heads/master@{#288287} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288287 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Three related changes: * Only run idle tasks in the queue, not newly added ones. * Move g_request_pending logic to SharedRendererState. This allows pending tasks to be cancelled correctly. * Wait for kModeProcess to happen first before trying to request another to avoid a queue of pending tasks. BUG=401712 Review URL: https://codereview.chromium.org/444173003 Cr-Commit-Position: refs/heads/master@{#288285} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288285 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Bad media may result in splice frames way in the past. We need to avoid crashing in this case. See the bug for more details. BUG=400442 TEST=new media test. Review URL: https://codereview.chromium.org/440803002 Cr-Commit-Position: refs/heads/master@{#288284} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288284 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Before this, a task is added to the idle queue each time in flush and ScheduleMoreIdleWork. This means that as long as there is idle work, the size of the queue grows by one in each flush. Fix this by not adding any idle tasks if there is already one pending. BUG=401712 Review URL: https://codereview.chromium.org/450793002 Cr-Commit-Position: refs/heads/master@{#288283} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288283 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/416683002/mshelley@chromium.org authored
It updates several comments and renames member variables to increase clarity and better match the style guide. R=wtc@chromium.org Review URL: https://codereview.chromium.org/448293002 Cr-Commit-Position: refs/heads/master@{#288282} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288282 0039d316-1c4b-4281-b951-d872f2087c98
-