Scott Johnson
9a5b073351
Bug 666446, Part 5/18 - Change nsImageBoxFrame to register corresponding image with nsRefreshDriver to facilitate refresh driver-based animations. [r=roc]
2011-10-03 13:39:05 -07:00
Scott Johnson
e317548311
Bug 666446, Part 4/18 - Implement refresh driver based animations in nsImageLoadingContent to improve efficiency of animated GIF images. [r=roc][sr=mats]
2011-10-03 13:39:05 -07:00
Scott Johnson
0dacbc6ccb
Bug 666446, Part 3/18 - Create hook functions in nsLayoutUtils to coalesce some of the new code for frame-like objects and avoid code duplication. [r=roc]
2011-10-03 13:39:05 -07:00
Scott Johnson
d840339689
Bug 666446, Part 2/18 - Change nsRefreshDriver to accept imgIRequest objects to facilitate refresh driver-based animations. [r=roc]
2011-10-03 13:39:05 -07:00
Scott Johnson
9fc405c10f
Bug 666446, Part 1/18 - Add method to imgIContainer for notification of refresh driver events. [r=dholbert,joe][sr=bz]
2011-10-03 13:39:05 -07:00
Jiten Thakkar
31b407a685
Bug 683245 - Allow retrieving navigator.buildID and navigator.version in content processes. r=bsmedberg
2011-10-03 13:08:00 -04:00
Marco Bonardo
8754781e87
Bug 658303 - mozIStorageConnection::Clone() should copy over pragmas.
...
r=sdwilsh
2011-10-03 21:55:03 +02:00
Matt Brubeck
344a9757dc
Bug 691418 - Back/escape key goes back twice in local tabs [r=mfinkle]
2011-10-03 12:52:25 -07:00
Matt Brubeck
a4a53368a6
Bug 691175 - Escape/back key is broken in awesomescreen [r=mfinkle]
2011-10-03 12:52:21 -07:00
Matt Brubeck
425ce4c9ed
Bug 690816 - When Fennec starts, remember whether the tablet tabs sidebar was open or closed [r=lucasr]
2011-10-03 12:40:08 -07:00
Matt Brubeck
cbf533abb1
Bug 690816 (1/2) - Refactor TabsPopup and tab sidebar show/hide methods [r=lucasr]
2011-10-03 12:39:05 -07:00
Jiten Thakkar
259b808a8a
Bug 688465 - Ensure that pending geolocation callbacks are only removed if they are actually updated. r=jdm
2011-10-03 11:44:00 -04:00
Boris Zbarsky
9898ca94b9
Bug 685782. SetHistoryEntry should start syncing at the root of the docshell tree, not at its parent docshell. r=smaug
2011-10-03 15:13:35 -04:00
Boris Zbarsky
c1487d07a5
Bug 691215. Fix stupid logic error in the XML prettyprinter that can cause a null-dereference crash. r=sicking
2011-10-03 15:13:33 -04:00
Boris Zbarsky
f47e3f5396
Bug 690990. Don't assert that sheets are not modified when it would be just fine for them to be modified. r=peterv
2011-10-03 15:11:59 -04:00
Boris Zbarsky
65efed9584
Bug 691226. Make about:memory do more escaping, since item descriptions can contain characters that are not allowed in XML attribute values. r=jlebar
2011-10-03 15:11:14 -04:00
Chris Leary
eea74f7062
Bug 691143: Avoid negation of unsigned. (r=luke)
2011-10-03 10:28:50 -07:00
Justin Lebar
01cb8b32e2
Bug 686345 - Don't subtract from our count of canvas's memory if we never added to the count. r=jmuizelaar
2011-10-03 12:35:32 -04:00
Justin Lebar
13ae4e1d34
Bug 690458 - Increase resolution of memory telemetry histograms. r=khuey
...
--HG--
extra : rebase_source : 88948d7548e6ed9a17e06c8161c70dddd7e24596
2011-10-03 11:31:11 -04:00
Marco Bonardo
708de44700
Merge mozilla-central to mozilla-inbound
2011-10-03 17:13:54 +02:00
Alexander Surkov
9be28e53c8
Bug 664142 - DEFAULT state exposed incorrectly for HTML, r=tbsaunde
2011-10-03 23:26:18 +09:00
Alexander Surkov
f38fb5f129
Bug 691248 - XUL tree items shouldn't pick up relations from XUL tree, r=tbsaunde
2011-10-03 23:26:11 +09:00
Alexander Surkov
f28de4f097
Bug 370396 - a11y mochitest for tabbox focus events, r=marcoz
2011-10-03 23:26:03 +09:00
Marco Bonardo
977ee4f471
Merge last good changeset from mozilla-inbound to mozilla-central
2011-10-03 15:34:14 +02:00
Benoit Jacob
3b0d019742
Bug 522193 - WebGL calls are slow because of memory allocation churning - r=roc
...
WebGL objects keep an array of refptrs of other WebGL objects owning references to them. In practical cases, the size of this array can oscillate between 0 and 2 at high frequency. nsTArray throws away its whole storage (mHdr) when its size hits 0. This patch makes us use a nsAutoTArray with a pre-allocated size of 2 or 8 depending on WebGL object types.
2011-10-03 08:41:56 -04:00
Alexander Surkov
49f94b2f94
Bug 684818 - shift+tab fails on editable document after context menu is closed: enable mochitest, r=marcoz
2011-10-03 19:06:27 +09:00
Masayuki Nakano
5dd9bb3e75
Bug 690700 Remove MAKE_PR_BOOL macro r=karlt
2011-10-03 16:56:21 +09:00
Masayuki Nakano
c60da18f77
Bug 690700 Remove PR_TRUE/PR_FALSE from widget/src/gtk2 r=karlt
2011-10-03 16:56:21 +09:00
Matt Woodrow
da4a9cda9a
Bug 691106 - Merge sequential nsDisplayTransforms and give them unique frame keys. r=roc
2011-10-03 17:02:25 +13:00
Matt Woodrow
9207ef81c8
Bug 682919 - Add eCSSKeyword_UNKNOWN terminators to 3d transforms style tables. r=dbaron
2011-10-03 16:59:43 +13:00
Ms2ger
ffdcdf7acd
Bug 688544 - Make nsFrameLoader::mOwnerContent an Element*; r=smaug
2011-10-01 19:14:35 +02:00
Ms2ger
eacbc5f7f3
Bug 688531 - Remove NameList; r=jst
2011-10-01 18:14:40 +02:00
Ms2ger
fe21396063
Bug 93077 - Support #top in standards mode; r=bz
2011-10-01 18:14:40 +02:00
Ms2ger
8abc1889ab
Bug 616672 - Warn on access of LSProgressEvent.position, LSProgressEvent.totalSize; r=smaug
2011-10-01 18:14:40 +02:00
Ms2ger
e50231eca1
Bug 688154 - Remove return value (and |new| success-checking) from NewRequestAndEntry (imgLoader.cpp); r=jrmuizel
2011-10-01 18:14:40 +02:00
Ms2ger
14316d1d35
Bug 687318 - Allow createProcessingInstruction in HTML; r=smaug
2011-10-01 18:14:40 +02:00
Ms2ger
bd3d754000
Bug 687426 - Remove Document.xmlEncoding; r=sicking
2011-10-01 18:14:40 +02:00
Ms2ger
42ed66ff9b
Bug 680694 - Remove TableRowsCollection::Init; r=sicking
2011-10-01 18:14:39 +02:00
Ms2ger
f28a61a995
Bug 691041 - Remove unused variables origTargetContent and targetContent from nsRootAccessible::ProcessDOMEvent; r=surkov
2011-10-01 18:14:39 +02:00
Ms2ger
62ded9f072
Bug 688468 - Fix up nsIFrameMessageManager::sendAsyncMessage/nsISyncMessageSender::sendSyncMessage IDL signature; r=bz
2011-10-01 18:14:36 +02:00
Ms2ger
aef39c55a9
No bug - Remove CRs from nsDocument.cpp
2011-10-01 18:13:04 +02:00
Matheus Kerschbaum
f79d315393
Bug 683482 - Remove replaceWholeText() r=sicking
2011-10-01 18:12:30 +02:00
Atul Aggarwal
e9468a5526
Bug 673820 - Rewriting StringToInteger function to match behavior of Rules for parsing Integers specified in spec. r=jonas f=mounir,Ms2ger,dbaron
2011-10-01 19:30:27 +05:30
Phil Ringnalda
0c88c8267d
Bug 683163 - Disable the too-mittently-failing bug389321-1.html on Windows
...
--HG--
extra : rebase_source : f7ad5865c3cbf47746545eee2f03c7d884bce76f
2011-09-30 21:46:46 -07:00
Doug Sherk
5b5702d6a4
Bug 684853: implement OES_standard_derivatives
...
Implemented OES_standard_derivatives and fallbacks if it isn't available. Exposes dFdx, dFdy, and fwidth functions to WebGL scripts.
2011-10-01 00:45:50 -04:00
Matt Brubeck
bc91e6a049
Bug 684558 - browser-chrome test for escape key handling [r=mfinkle]
...
--HG--
rename : mobile/chrome/tests/browser_blank_02.html => mobile/chrome/tests/browser_blank_03.html
2011-09-30 21:30:49 -07:00
Matt Brubeck
e5775bb636
Bug 684558 - Key events are processed twice. [r=mfinkle]
2011-09-30 21:30:36 -07:00
Josh Matthews
9d68aebc29
Bug 686453 - Create invalid cairo surfaces instead of null pointers when possible. r=jrmuizel
2011-09-13 10:49:01 -04:00
Ben Turner
638dee58a3
Bug 690962 - 'Remove useless assertion now that we use bool instead of PRBool'. r=dbaron.
2011-10-02 13:59:37 -07:00
Gian-Carlo Pascutto
d2872dfc1f
Bug 686691 - PrefixSet loading should use readahead. r=taras
2011-10-02 21:26:10 +02:00