- 09 Sep, 2014 40 commits
-
-
japhet authored
All other uses are from a WebLocalFrame, and the concept is local-specific. This will enable us to move it to WebLocalFrame in the blink repo. BUG= Review URL: https://codereview.chromium.org/557483002 Cr-Commit-Position: refs/heads/master@{#293869}
-
lazyboy authored
BUG=411753 Test=With mime handler view turned on, click on a PDF to focus the plugin, now send some keyboard event, like CTRL+L. See the keyboard event work, i.e. the chrome address bar gets focus. Review URL: https://codereview.chromium.org/557523002 Cr-Commit-Position: refs/heads/master@{#293868}
-
fsamuel authored
BrowserPluginGuest::GetScreenCoordinates and BrowserPluginGuest::ToGuestRect served very similar purposes, and having both around would probably just increase the likelihood of bugs cropping up. This CL removes ToGuestRect. BUG=none Review URL: https://codereview.chromium.org/554773002 Cr-Commit-Position: refs/heads/master@{#293867}
-
thestig authored
Review URL: https://codereview.chromium.org/549263002 Cr-Commit-Position: refs/heads/master@{#293866}
-
lfg authored
BUG=369396 Review URL: https://codereview.chromium.org/549353002 Cr-Commit-Position: refs/heads/master@{#293865}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/09bd97099a92cf983363f8db6c6c2178b0cd7c6a..dc9e4a55d37d35200e733b12fadca553f353123d TBR=arv@chromium.org,keishi@chromium.org Review URL: https://codereview.chromium.org/547563003 Cr-Commit-Position: refs/heads/master@{#293864}
-
sergeyu authored
Removed CreateDatagramChannel() (it was never used) and renamed CreateStreamChannel() to CreateChannel() BUG=402993 Review URL: https://codereview.chromium.org/550383002 Cr-Commit-Position: refs/heads/master@{#293863}
-
chrome://extensionsestade authored
1. fix vertical alignment 2. fix text overlap in Hindi 3. fix text measuring function for Hindi (so the checkbox stays in one place when you check and uncheck it) BUG=411805 Review URL: https://codereview.chromium.org/557553002 Cr-Commit-Position: refs/heads/master@{#293862}
-
tommycli authored
This patch breaks the URLRequestPrepackagedInterceptor dependencies on content/. We want to use URLRequestPrepackagedInterceptor in unit tests that will be in components/. These tests cannot depend on content/. BUG=371463 TBR=wtc@chromium.org Review URL: https://codereview.chromium.org/508473002 Cr-Commit-Position: refs/heads/master@{#293861}
-
deepak.m1 authored
As we are reloading the page then it should reset context and find bar should get disappeared. BUG=19311,410160 Review URL: https://codereview.chromium.org/532143002 Cr-Commit-Position: refs/heads/master@{#293860}
-
ananta authored
The crash occurs because the EventTypeFromNative helper function on windows does not handle this message and returns ET_UNKNOWN as the type leading to a CHECK later on. The WM_DEADCHAR message is posted while translating certain character sequences in the context of WM_KEYUP. Fix is to return the type for WM_DEADCHAR as ET_KEY_RELEASED. BUG=411811 Review URL: https://codereview.chromium.org/551863003 Cr-Commit-Position: refs/heads/master@{#293859}
-
danakj authored
Stop creating low res tilings in the compositor on non-Android platforms. The command line flags still exist to override this behaviour. Android will continue to use low res tilings by default. BUG=410610,407121 Review URL: https://codereview.chromium.org/536283002 Cr-Commit-Position: refs/heads/master@{#293858}
-
mlamouri authored
BUG=None Review URL: https://codereview.chromium.org/548373002 Cr-Commit-Position: refs/heads/master@{#293857}
-
fsamuel authored
BUG=273089 Review URL: https://codereview.chromium.org/554823002 Cr-Commit-Position: refs/heads/master@{#293856}
-
reveman authored
BUG=374962 R=sievers@chromium.org Review URL: https://codereview.chromium.org/549253003 Cr-Commit-Position: refs/heads/master@{#293855}
-
mseaborn authored
This pulls in the following Native Client changes: r13680: (bradnelson) Add back in android_tools, but in the right location. r13682: (dyen) Added irt extension support for supplying the nacl_irt_memory interface. r13683: (bradnelson) Disabling flaky test under asan. r13684: (hans) service_runtime_x86_64.gyp: pass /nologo to ml64.exe r13685: (mseaborn) Use uint32_t for untrusted pointer args: mmap() and munmap() syscalls r13686: (jfb) LLVM 3.5 merge: add missing dependencies to PNaCl build r13687: (dschuff) Build x86-32 IRT with PNaCl r13688: (dschuff) Revert "Build x86-32 IRT with PNaCl" r13689: (mseaborn) Cleanup: Remove unused NaClXlateSysRetAddr() function r13690: (uekawa) __asm__ instead of asm. r13691: (dyen) Added file IO functions and tests to the irt_extension tests. r13692: (dschuff) Build x86-32 IRT with PNaCl r13693: (ncbray) Add parameters to the stable interface with Chrome. r13694: (dbrazdil) Added new 'pnacl-llc' driver r13695: (dbrazdil) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13696: (mseaborn) Add a get_random_bytes() syscall to replace the SRPC-based implementation r13697: (dyen) Syncing packages no longer always writes a json file. r13698: (dyen) Added irt extension support for supplying the nacl_irt_basic interface. r13699: (petarj) [MIPS] Switch from eglibc 2.19 to glibc 2.19 r13700: (costan) Fix build on Fedora 21. r13701: (jvoung) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13702: (jvoung) Update revision for PNaCl r13673->r13696 r13703: (mseaborn) Clean up tests/pagesize/ to use the nacl_secure_random() wrapper function r13704: (jvoung) Combine PNaCl ABI simplification linker passes into one run. r13705: (dyen) Added support extending getpid, clock_getres, clock_gettime in newlib. r13706: (hidehiko) Add recv and send stub functions. r13707: (hidehiko) Non-SFI mode: Set PROT_EXEC by mprotect separately from mmap2 syscall in mmap(). r13708: (hidehiko) Non-SFI mode: Reduce ArchMerge() strictness for NONSFI architecture. r13709: (mseaborn) Revert r13692: "Build x86-32 IRT with PNaCl" r13710: (uekawa) Non-SFI mode: Convert signal numbers for signal() on nonsfi pnacl newlib. BUG=none TEST=browser_tests and nacl_integration Review URL: https://codereview.chromium.org/551943002 Cr-Commit-Position: refs/heads/master@{#293854}
-
robertshield authored
BUG=394352 TEST=NONE Review URL: https://codereview.chromium.org/548843002 Cr-Commit-Position: refs/heads/master@{#293853}
-
rsesek authored
This new interface is defined at https://codereview.chromium.org/554033002/. BUG=397642,306348 R=avi@chromium.org Review URL: https://codereview.chromium.org/549213004 Cr-Commit-Position: refs/heads/master@{#293852}
-
xhwang authored
The name of selected audio/video decoder will appear in chrome://media-internals. This is useful for quickly identifying which decoder is being used (e.g. whether we are using GpuVideoDecoder for hardware accelerated video decoding). BUG=411535 Review URL: https://codereview.chromium.org/547913002 Cr-Commit-Position: refs/heads/master@{#293851}
-
joaodasilva authored
BUG=148392 Review URL: https://codereview.chromium.org/549953003 Cr-Commit-Position: refs/heads/master@{#293850}
-
thestig authored
BUG=412047 Review URL: https://codereview.chromium.org/543223002 Cr-Commit-Position: refs/heads/master@{#293849}
-
Vitaly Buka authored
printing::Emf keeps files locked so base::ScopedTempDir can't delete them and leaks files. Failures or crashes still may leak files. I ignore them to have change simple enough for merging into beta. BUG=411681 NOTRY=true R=scottmg@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/547203002 Cr-Commit-Position: refs/heads/master@{#293848}
-
mmenke authored
This will hopefully make it easier to refactor URLRequest construction behind the scenes. Also get rid of TestURLRequest, which serves no purpose. TBR=waffles@chromium.org BUG=407306 Review URL: https://codereview.chromium.org/501163002 Cr-Commit-Position: refs/heads/master@{#293847}
-
John Abd-El-Malek authored
BUG=412232 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/557643002 Cr-Commit-Position: refs/heads/master@{#293846}
-
John Abd-El-Malek authored
BUG=404081 TBR=jackhou@chromium.org Review URL: https://codereview.chromium.org/551083004 Cr-Commit-Position: refs/heads/master@{#293845}
-
raymes authored
BUG=351636 Review URL: https://codereview.chromium.org/524353002 Cr-Commit-Position: refs/heads/master@{#293844}
-
torne authored
Clean up the gyp/gn files by removing support for linking to the android system expat. We don't intend to support this in future and the android_src variable it depends on will be removed soon. BUG=409851 Review URL: https://codereview.chromium.org/550113003 Cr-Commit-Position: refs/heads/master@{#293843}
-
jbauman authored
This should make it easier to debug when there's an issue. BUG= Review URL: https://codereview.chromium.org/554783002 Cr-Commit-Position: refs/heads/master@{#293842}
-
fukino authored
BUG=410215 TEST=manually tested. Review URL: https://codereview.chromium.org/546343002 Cr-Commit-Position: refs/heads/master@{#293841}
-
sbc authored
This change contains only renames. It allows us to distingish between socket syscalls and others syscall overrides, which helps us to identify overrides that we should be aiming to eliminate. Review URL: https://codereview.chromium.org/556533002 Cr-Commit-Position: refs/heads/master@{#293840}
-
hubbe authored
As far as I know, all outstanding issues have been resolved in separate CLs. Time to re-re-enable the test. BUG=356842 Review URL: https://codereview.chromium.org/551153002 Cr-Commit-Position: refs/heads/master@{#293839}
-
zork authored
BUG=381007 Review URL: https://codereview.chromium.org/552023002 Cr-Commit-Position: refs/heads/master@{#293838}
-
kelvinp authored
This CL introduces a new message type - Error. All error message can only be reported in messages with this type. This will provide a consistent error reporting mechanism with It2MeHelpeeChannel Review URL: https://codereview.chromium.org/547013002 Cr-Commit-Position: refs/heads/master@{#293837}
-
dbeam authored
R=vitalyp@chromium.org,tbreisacher@chromium.org BUG=407385 NOTRY=true Review URL: https://codereview.chromium.org/547853002 Cr-Commit-Position: refs/heads/master@{#293836}
-
vmpstr authored
This patch fixes a crash in which the smoothness notifier triggers a RenewTreePriority call after LTHI disappears. In that case, we cancel the callback when the LTHI is gone. R=reveman, brianderson BUG=411211 Review URL: https://codereview.chromium.org/548423002 Cr-Commit-Position: refs/heads/master@{#293835}
-
johannkoenig authored
libvpx roll: https://codereview.chromium.org/554673004 GN-related changes: https://codereview.chromium.org/547883002 https://codereview.chromium.org/549713002 https://codereview.chromium.org/550533002 https://codereview.chromium.org/530193002 Removing unused directories: (no codereview, svn hates removing empty directories) http://src.chromium.org/svn/trunk/deps/third_party/libvpx@291834 NOTRY=true R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/556543002 Cr-Commit-Position: refs/heads/master@{#293834}
-
achuith authored
The current logic doesn't work when we run the test locally on the DUT because the browser_type is 'system'. BUG=411280 TEST=testPerfProfiler skipped on the DUT. Review URL: https://codereview.chromium.org/554613003 Cr-Commit-Position: refs/heads/master@{#293833}
-
jackhou authored
For platforms that support multiple workspaces (currently Mac and Linux), this allows app windows be visible on all workspaces simultaneously. API proposal: https://docs.google.com/document/d/1RC3CYwsrVxS_5hXg6nE3zA9y59G98z9Ezmmmq_Gzx9o/edit?usp=sharing BUG=384644 Committed: https://chromium.googlesource.com/chromium/src/+/97adb18915b7909429b51d829e7c4aeb66c57d64 Review URL: https://codereview.chromium.org/469993003 Cr-Commit-Position: refs/heads/master@{#293832}
-
ccameron authored
BUG=408986 Review URL: https://codereview.chromium.org/554043002 Cr-Commit-Position: refs/heads/master@{#293831}
-
achuith authored
BUG=410931 TEST=testSmoothness passes Review URL: https://codereview.chromium.org/547423002 Cr-Commit-Position: refs/heads/master@{#293830}
-