Robert O'Callahan
|
412d571a68
|
Bug 681192. Part 6: Test that various scrolling operations inside scaled transforms don't trigger unnecessary repainting. r=matspal
--HG--
extra : rebase_source : a72afaa7ebb5e9b59cf574cd973f966eee5c7f45
|
2012-05-10 17:24:19 +12:00 |
|
Oleg Romashin
|
01f49c7c7b
|
Bug 681192. Part 5: Make various DOM scroll APIs --- scrollTop, scrollLeft, window.scrollTo, scrollBox.scrollTo, scrollBox.scrollToLine, scrollBox.scrollBy --- use an appropriate allowed scroll destination range. r=roc,r=matspal
--HG--
extra : rebase_source : 83ee44530c67229686ec0dce3628da83e0e93438
|
2012-02-07 12:24:15 -08:00 |
|
Oleg Romashin
|
7ad2071db0
|
Bug 681192. Part 4: Make ScrollFrameRectIntoView compute a generous allowed scroll destination range. r=roc,matspal
--HG--
extra : rebase_source : 524add7c1080994dd1bc2345cbd6f54c15653d27
|
2012-02-07 12:22:53 -08:00 |
|
Oleg Romashin
|
936b7eea85
|
Bug 681192. Part 3: Make nsListControlFrame::ScrollToFrame use ScrollFrameRectIntoView. r=roc
--HG--
extra : rebase_source : c9e0fbbd024e9fe15ca0e2dc0bad1ef90aa51edd
|
2012-02-07 12:21:13 -08:00 |
|
Oleg Romashin
|
0f88c6891c
|
Bug 681192. Part 2: Make nsIScrollableFrame::ScrollBy automatically set a generous allowed destination range. r=roc
--HG--
extra : rebase_source : 392359b325ca0435031e8f31a47154a82943c2b4
|
2012-02-07 12:20:57 -08:00 |
|
Oleg Romashin
|
b98e2fe7f1
|
Bug 681192. Part 1: Add "allowed scroll destination range" to nsIScrollableFrame::ScrollTo and nsGfxScrollFrame implementation. r=roc,matspal
--HG--
extra : rebase_source : 51d04f7e7db35c02de3401a3481d4cc3827c19ec
|
2012-02-07 16:53:18 -08:00 |
|
Robert O'Callahan
|
2c975e4eb4
|
Bug 681192. Part 0.3: Add FrameLayerBuilder::GetThebesLayerResolutionForFrame. r=mattwoodrow
--HG--
extra : rebase_source : eea4dee6d081de5c288e295f3549fc88b10e6c39
|
2012-05-10 17:24:18 +12:00 |
|
Robert O'Callahan
|
5d9d661ae9
|
Bug 681192. Part 0.2: Use FuzzyEqual to check whether we need to invalidate ThebesLayers when subpixel offsets have changed. r=mattwoodrow
--HG--
extra : rebase_source : d0f8464aea9a436214d394123b1399105ccd0f66
|
2012-05-10 17:24:18 +12:00 |
|
Robert O'Callahan
|
69c4c13441
|
Bug 681192. Part 0.1: Add BaseRect::ClampPoint. r=bas
--HG--
extra : rebase_source : 32e086725d450d8867a4b5978cd76a2f03609572
|
2012-05-10 17:24:17 +12:00 |
|
Phil Ringnalda
|
ba25bff73d
|
Back out 3502d9840d98 (bug 752368) for robo* failure
|
2012-05-09 22:26:52 -07:00 |
|
Bas Schouten
|
a1e540b756
|
Bug 732985 - Part 2: Use ImageScaler for large images. r=jrmuizel
|
2012-05-10 06:31:14 +02:00 |
|
Bas Schouten
|
ba7b7826bb
|
Bug 732985 - Part 1: Add image scaling code to Azure. r=jrmuizel
|
2012-05-10 06:31:14 +02:00 |
|
Robert O'Callahan
|
3988ef793a
|
Bug 750258. Small cleanup to make it more obvious why mCurrentTime is initialized to 1. r=jesup
|
2012-05-10 15:30:34 +12:00 |
|
Robert O'Callahan
|
5ab08b47bd
|
Bug 750769. Dump currentTime/paused/ended/readyState on every event. r=cpearce
|
2012-05-10 15:30:34 +12:00 |
|
Robert O'Callahan
|
a9c6f17444
|
Bug 752784. Don't mess with tracks we haven't initialized yet. r=cpearce
|
2012-05-10 15:30:34 +12:00 |
|
Vladimir Vukicevic
|
c78e67e17b
|
b=752368; [android] random black screen when opening links from other apps; r=bgirard,ajuma
|
2012-05-09 22:32:54 -04:00 |
|
Brian R. Bondy
|
ff8506b039
|
Bug 682201 - Enable Android reftest for BMP, ICO decoder and encoder. r=joe
|
2012-05-03 09:09:09 -04:00 |
|
Nicholas Nethercote
|
996f6f628f
|
Bug 750606 - Remove TreeContext::parser, thus avoiding cycles between TreeContext and Parser objects. r=bhackett.
|
2012-04-30 22:20:06 -07:00 |
|
Nicholas Nethercote
|
fcdaa9599f
|
Bug 750580 - Remove cyclic dependency between Parser and BytecodeEmitter modules by introducing a TreeContext module. r=jorendorff.
--HG--
rename : js/src/frontend/BytecodeEmitter-inl.h => js/src/frontend/TreeContext-inl.h
extra : rebase_source : 5f4bc6d40424f6c1e44b3c7344559e19ca067a1b
|
2012-04-30 17:59:23 -07:00 |
|
Boris Zbarsky
|
3a47108ff7
|
Bug 753397. Add a field to nsCSSPropList for a preference that controls the property. r=dbaron
The actual controlling is not hooked up yet; that will happen in bug 753522 for
the DOM reflections of properties.
|
2012-05-09 21:29:37 -04:00 |
|
Boris Zbarsky
|
15639de868
|
Bug 751012. When saving frame state, make sure to walk through placeholders so we save the state of out-of-flow descendants properly. Also make sure to walk the continuations and special siblings of the root frame that we're saving state for. r=roc
|
2012-05-09 21:27:47 -04:00 |
|
David Flanagan
|
68b4c38d08
|
Bug 753393 - Add device-storage permission for Gaia apps and enable device storage preference for b2g. r=vingtetun
|
2012-05-09 16:18:47 -07:00 |
|
Julian Seward
|
d83cedc25d
|
Bug 753118 - Fix uninitialized value in nsWindow::Destroy. r=karlt
|
2012-05-09 21:00:05 -04:00 |
|
Nicholas Nethercote
|
6346436929
|
Bug 750282 - Remove TCF_COMPILING from TreeContextFlags. r=jorendorff.
--HG--
extra : rebase_source : 53a263d5925ccaf659ae1c37d01cc5671576e4b3
|
2012-05-09 17:31:58 -07:00 |
|
Ryan VanderMeulen
|
05aa9e9bde
|
Whitespace fix for bug 751035. DONTBUILD
|
2012-05-09 20:23:31 -04:00 |
|
Nicholas Nethercote
|
3f0a25e250
|
Bug 751818 - Remove DefineGlobal and lots of related stuff. r=jorendorff.
--HG--
extra : rebase_source : 1f666636eab276351bc35b77bd620c3dba127299
|
2012-05-09 16:20:11 -07:00 |
|
Margaret Leibovic
|
d6ee61ad7a
|
Bug 661057 - Clarify text on button that restarts/updates. r=rs ui-r=limi
|
2011-06-01 16:29:12 -07:00 |
|
Ryan VanderMeulen
|
0757671832
|
Backout ff1f86491512:29e94992504b due to orange.
|
2012-05-09 20:02:40 -04:00 |
|
John Ford
|
233448a775
|
Bug 752873 - Part 2: use Android Sync Makefile include. r=khuey
|
2012-05-09 17:00:54 -07:00 |
|
John Ford
|
9484668146
|
Bug 752873 - Part 1: generate Makefile include rather than manifests for Android Sync. r=rnewman
|
2012-05-09 17:00:53 -07:00 |
|
Bill McCloskey
|
3b23a21ff7
|
Bug 750834 - Disable jit-test bug740509.js (r=NPOTB)
|
2012-05-09 16:33:04 -07:00 |
|
Kyle Machulis
|
00223065fe
|
Bug 753134 - B2G bluetooth interface crashes when trying to remove non-existent dbus watch sockets; r=mwu
|
2012-05-09 16:33:56 -07:00 |
|
Ryan VanderMeulen
|
358d353bb9
|
Backout dfeab3d52e14 (bug 747872) due to Windows red. r=SmokeyTheBear
|
2012-05-09 19:27:10 -04:00 |
|
Masayuki Nakano
|
7dbe17ec49
|
Bug 749563 nsMenuBarListener should ignore consumed alt key events in its keydown and keyup event handlers r=enn
|
2012-05-10 08:25:48 +09:00 |
|
Irving Reid
|
96357dc537
|
Bug 753455 - Improved warning message from XBL. r=bz
|
2012-05-09 18:57:44 -04:00 |
|
David Keeler
|
5c6f11d71c
|
Bug 752461 - Hide click-to-play overlays when choosing "never activate plugins..." r=jaws
|
2012-05-08 14:38:50 -07:00 |
|
Ehren Metcalfe
|
db8f0e31ca
|
Bug 751035 - Remove various unused nsHTML*Element related methods. r=jst
|
2012-05-09 18:55:56 -04:00 |
|
David Humphrey (:humph)
|
57939d76ad
|
Bug 750111 - mozMovementX is transient and becomes zero later. r=smaug
|
2012-05-09 18:54:18 -04:00 |
|
David Rajchenbach-Teller
|
f2667912e1
|
Bug 748776 - Record a more precise type in CDataFinalizer::Construct. r=jorendorff
|
2012-05-09 10:33:30 +02:00 |
|
David Rajchenbach-Teller
|
f6467c051e
|
Bug 747872 - Export Win constants to JS. r=khuey
|
2012-05-09 12:05:22 +02:00 |
|
David Rajchenbach-Teller
|
e6457109ef
|
Bug 739740 - Export libc constants to JS. r=khuey
|
2012-05-09 12:00:48 +02:00 |
|
Oonishi Atsushi
|
592e502de4
|
Bug 282432 - Test. r=bz
|
2012-05-09 18:46:44 -04:00 |
|
Oonishi Atsushi
|
e68c211c17
|
Bug 282432 - Calling asyncOpen on a file channel should notify about file not found errors asynchronously instead of throwing from asyncOpen. r=bz
|
2012-05-09 18:46:12 -04:00 |
|
Ryan VanderMeulen
|
95e442c979
|
Merge m-c to inbound.
|
2012-05-09 18:42:00 -04:00 |
|
Bill McCloskey
|
a5f1d03983
|
Bug 750959 - Permit incremental GC on Android (r=terrence)
|
2012-05-09 15:35:51 -07:00 |
|
Bill McCloskey
|
734ef1d59f
|
Bug 735944 - about:support should show 0 when incremental GC disabled (r=terrence)
|
2012-05-09 15:34:08 -07:00 |
|
Till Schneidereit
|
de56f316ae
|
Bug 746253 - Use non-incremental GCs for TOO_MUCH_MALLOC (r=igor)
|
2012-05-09 15:08:30 -07:00 |
|
Matt Brubeck
|
3d1247f16e
|
Bug 740878 - Remove unused Maemo files from mobile/android [r=mfinkle]
|
2012-05-09 15:04:21 -07:00 |
|
Dave Townsend
|
699a0190c9
|
Bug 740612: Inject values into bootstrap scope before running bootstrap.js and properly handle errors. r=Unfocused
|
2012-05-09 14:54:02 -07:00 |
|
Michael Wu
|
4d5c363c02
|
Bug 753521 - Use libhardware_legacy to turn off screen, r=jlebar
|
2012-05-09 14:30:22 -07:00 |
|