summaryrefslogtreecommitdiffstats
path: root/Source/WebKit
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Don't use deleted Node object in setSizeScreenWidthAndScaleMattias Falk2012-06-191-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The call to forceLayout may cause the Node object to be deleted. Avoid crash by check that the Node object is still valid when forceLayout has returned. Change-Id: Ieb74a59ca7f2e457b3b17d01bcb02cd566f84ef2
| | * | DO NOT MERGE Add webkit plumbing for file origin policySelim Gurun2012-06-061-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6212665 This is a cherry-pick from master branch. sha: 0ea6dad65eb77f9347a59704b1f8a019cfc9e01f (cherry picked from commit 57633fd9f863f5e1e4ce8fab0eb05ddb535e1be6) Change-Id: I9c2fa81aa3e16d39ed79d171ae09b1f99d9e7082
| * | | DO NOT MERGE Respect the "Make password visible" setting.George Mount2012-06-141-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6667146 Framework Change: I7fc107b02f73f4c54e8fe66484038ea9d7b69d61 Change-Id: I95ffcfa6fa47baad60b1af55f84bee35dfcc7972
* | | | Support recording context in PicturePileJohn Reck2012-06-192-63/+103
| | | | | | | | | | | | | | | | Change-Id: I920d4b967542354136b7f0102ec01c3386a3450a
* | | | Clip selected text within scrollable edit to the edit boundary.George Mount2012-06-183-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | Bug 6666415 Change-Id: Ie19e6bc3eedcbb5c9eb5791ac4b1f55149dcdb72
* | | | Merge "Remove unused and fix build warning"John Reck2012-06-152-18/+0
|\ \ \ \
| * | | | Remove unused and fix build warningJohn Reck2012-06-142-18/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I68292b54638502d0769e6e8dbeea5d77eef901d0
* | | | | Merge "Respect the "Make password visible" setting."George Mount2012-06-141-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Respect the "Make password visible" setting.George Mount2012-06-141-2/+6
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Bug 6667146 Framework Change: I7fc107b02f73f4c54e8fe66484038ea9d7b69d61 Change-Id: I95ffcfa6fa47baad60b1af55f84bee35dfcc7972
* | | | Merge "Show layer tree in hierarchyviewer"John Reck2012-06-142-1/+92
|\ \ \ \ | |/ / / |/| | |
| * | | Show layer tree in hierarchyviewerJohn Reck2012-06-142-1/+92
| | | | | | | | | | | | | | | | Change-Id: I2a53b157d40c630e7ca1361f8e0c8aca1d6e8a4e
* | | | Add detailed tracing to tile paintingChris Craik2012-06-132-2/+3
|/ / / | | | | | | | | | | | | bug:6653638 Change-Id: I839917feb1803bc1f4ace5aa2367067024a18706
* | | Merge "Revert "Revert "Add layer clip check to hide handles when not visible."""George Mount2012-06-121-0/+23
|\ \ \
| * | | Revert "Revert "Add layer clip check to hide handles when not visible.""George Mount2012-06-121-0/+23
| | | | | | | | | | | | This reverts commit c63158835c5027aa7245f331dc23f77cda96e192
* | | | am 101ff140: am b8dbaafe: Merge "Call the right updatePositions*" into jb-devJohn Reck2012-06-121-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * commit '101ff140ede0e7b633699bdb98bddd25b17b6eb2': Call the right updatePositions*
| * | | Merge "Call the right updatePositions*" into jb-devJohn Reck2012-06-121-1/+1
| |\ \ \
| | * | | Call the right updatePositions*John Reck2012-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6634077 Software was accidentally calling the inner updatePositions instead of the outer updatePositions which the hardware path calls. Move the inner updatePositions to be protected instead of public to guard against this in the future as well. Change-Id: Ib509f151ce64bf390383eaa0c32a2bae89428e89
* | | | | Merge "Revert "Add layer clip check to hide handles when not visible.""George Mount2012-06-121-23/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Revert "Add layer clip check to hide handles when not visible."George Mount2012-06-121-23/+0
| | | | | | | | | | | | | | | This reverts commit 40369ea6114f406fef50d4241335dd8613372748
* | | | | Merge "Add layer clip check to hide handles when not visible."George Mount2012-06-121-0/+23
|\ \ \ \ \ | |/ / / /
| * | | | Add layer clip check to hide handles when not visible.George Mount2012-06-071-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6590742 Change-Id: Idd1ad305989ab8137597f86b4a6463e052c08a9e
* | | | | Merge "Fix edit text capturing selection."George Mount2012-06-122-23/+24
|\ \ \ \ \
| * | | | | Fix edit text capturing selection.George Mount2012-06-062-23/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6623128 Change-Id: Ia7a9f4bdf9478c8e1e8acb0e9f6e08d779185d11
* | | | | | am f8b2a5a3: am 7fc1c095: Merge "Remove forgotten CHROME_NETWORK_STACK ↵Selim Gurun2012-06-111-2/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | macros" into jb-dev * commit 'f8b2a5a3e2f83bee801a2d19fc1073f37e95fb1f': Remove forgotten CHROME_NETWORK_STACK macros
| * | | | | Merge "Remove forgotten CHROME_NETWORK_STACK macros" into jb-devSelim Gurun2012-06-111-2/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Remove forgotten CHROME_NETWORK_STACK macrosSelim Gurun2012-06-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6637033 It seems that somehow these macros were forgotten to be removed while dropping http stack, it is likely a merge/rebase issue. Change-Id: I37b14488dbfd786e3e0deab9775f42f21d2205e7
* | | | | | Merge "Support separation interface and implementations of WebView classes"Jonathan Dixon2012-06-081-33/+32
|\ \ \ \ \ \
| * | | | | | Support separation interface and implementations of WebView classesJesse Greenwald2012-06-011-33/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebBackForwardList and WebHistory item are now separated in the Java code. This change is for the correpsonding JNI code. Change-Id: I7358932be6cd82d8558575e953246d9d065da9c2
* | | | | | | am 334b4068: am 92d7c4c4: Merge "Switch stopGL and destroy to use a passed ↵John Reck2012-06-071-6/+7
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | in ptr" into jb-dev * commit '334b406839a240e271a59a1157839bfe25c3470e': Switch stopGL and destroy to use a passed in ptr
| * | | | | Merge "Switch stopGL and destroy to use a passed in ptr" into jb-devJohn Reck2012-06-071-6/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Switch stopGL and destroy to use a passed in ptrJohn Reck2012-06-071-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6569073 This is part a cleanup of destroy to eliminate the gap between finalize() and destroy() by allowing both nativeDestroy and nativeStopGL to be called statically Change-Id: I6418cfe64ca03c58d2a395a239739e1577c54dea
| * | | | | Merge "DO NOT MERGE Use scoped_refptr's rather than naked ptrs." into jb-devSelim Gurun2012-06-071-5/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | DO NOT MERGE Use scoped_refptr's rather than naked ptrs.Selim Gurun2012-06-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6508448 Cherry pick from master, sha: 6c9f55f6f57bd4da36053c76a1cfce8a15a00a97 This is to make sure webkit usage of scoped refptrs are compatible with chromium changes, see bug for more details. Change-Id: Ib8aa3e29409bfe6fd94ef56376bd2ff2297ec868
* | | | | | Merge "Use scoped_refptr's rather than naked ptrs."Selim Gurun2012-06-071-5/+5
|\ \ \ \ \ \
| * | | | | | Use scoped_refptr's rather than naked ptrs.Selim Gurun2012-06-071-5/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6508448 This is to make sure webkit usage of scoped refptrs are compatible with chromium changes, see bug for more details. Change-Id: I24e3615ba961ba928d1074d54ea0bfe2d051519a
* | | | | | Merge "Fixed flipped selection handles."George Mount2012-06-071-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed flipped selection handles.George Mount2012-06-061-1/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6623406 Change-Id: Ib99d308fe97d245bc55ffb2557319efffb6e6e4f
* | | | | | Fix build warning.George Mount2012-06-061-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6622975 Change-Id: I375cdb22623317372236de9d05e886f4e422b256
* | | | | Fix scrolling behavior for text input and textarea.George Mount2012-06-062-23/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6614784 Change-Id: Ifb6ef42fc4df4b163f29c9777c79f42b60a65f4e
* | | | | Merge "Support selections within scrollable text areas."George Mount2012-06-042-40/+56
|\ \ \ \ \
| * | | | | Support selections within scrollable text areas.George Mount2012-06-042-40/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6557816 Change text selection to modify only the base or extent, not both points of the selection. Framework Change: I355b21e9062b5d364cfb278fda239a4ecdff16d1 Change-Id: I9a08633160eeb14d5c45246c6128aa02c1642e8d
* | | | | | Merge "Change from left/right to base/extent for selection handles."George Mount2012-06-044-23/+62
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Change from left/right to base/extent for selection handles.George Mount2012-06-014-23/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6557816 This is a step in preparation to fix text area selection. It moves selection from left/right to base/extent. left/right can cause problems when dragging cursors -- it is sometimes difficult to tell which cursor should be dragged, the left or right, but we can always keep the base/extent constant. Framework Change: I2f9b963e93bb1ab86a9b26518fca52449b56d5d9 Change-Id: I5609d07ea2ee67fc08d15cfcad31f49302f33297
* | | | | am f3e42950: am 6b850721: Fixed mistake in how label was being mistakenly ↵George Mount2012-06-011-1/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | set into name. * commit 'f3e429507eba1a13e9afaf436e240fd81797c646': Fixed mistake in how label was being mistakenly set into name.
| * | | | Fixed mistake in how label was being mistakenly set into name.George Mount2012-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6594983 Change-Id: I8adf636345e5d5284e372e28176c31c7e937334d
* | | | | am c40f87a1: am b5d3edac: Merge "Invalidate webview content on ↵Chris Craik2012-05-311-0/+7
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | | | | | | | | setBackgroundColor" into jb-dev * commit 'c40f87a1970b5377976087f2ffb4f0c621d39fd5': Invalidate webview content on setBackgroundColor
| * | | Invalidate webview content on setBackgroundColorChris Craik2012-05-311-0/+7
| |/ / | | | | | | | | | | | | bug:6593154 Change-Id: Ic9438f758c7c67d0a2e0579dbc53dcdf8dd109cd
* | | am 5ace2391: am 6f60c96b: Merge "Don\'t override X-Requested-With if it is ↵John Reck2012-05-301-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | already set" into jb-dev * commit '5ace239149deab659c929c2b77c44d1dd0588801': Don't override X-Requested-With if it is already set
| * | Merge "Don't override X-Requested-With if it is already set" into jb-devJohn Reck2012-05-301-1/+1
| |\ \
| | * | Don't override X-Requested-With if it is already setJohn Reck2012-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6547248 Change-Id: I50490abec1ac62a94acb750182e9ae70a5a654e9