Jonathan Watt
|
d2df5a1874
|
Test for bug 601699. a=dveditz for fix.
|
2010-11-08 20:00:08 +00:00 |
|
Ehsan Akhgari
|
ffa07f5b9a
|
Bug 603679 - Fix a regression causing the Shockwave plugin to fail to load; r=bsmedberg a=blocking-beta8+
|
2010-11-04 14:45:51 -04:00 |
|
Dave Townsend
|
86577199be
|
Bug 597397: Install Updates only installs the first update in the list. r=Unfocused, a=blocks-betaN
|
2010-11-08 10:00:13 -08:00 |
|
Dave Townsend
|
ce648f8643
|
Bug 603804: Don't include add-ons in fragment when metadata updates are disabled. r=Unfocused, a=blocks-final
|
2010-11-08 09:59:20 -08:00 |
|
Dave Townsend
|
cd87e892df
|
Bug 591071: Recent updates category is hidden if it is the selected category when the add-ons manager is opened. r=Unfocused, a=blocks-final
|
2010-11-08 09:58:38 -08:00 |
|
Dave Townsend
|
db0fcbb949
|
Bug 602577: Recover from a corrupt database or incorrect schema after startup. r=robstrong, a=blocks-betaN
|
2010-11-05 15:49:46 -07:00 |
|
Ms2ger
|
6e7b3e0366
|
Bug 600175 - Run scripts inside noembed, iframe and noframes elements. r=sicking a=jst
|
2010-10-22 23:29:41 +02:00 |
|
Daniel Holbert
|
24d6b4c874
|
Bug 609814: Unregister SVGDocumentWrapper as XPCOM shutdown observer when we're done with it. r=roc a=blocking-final
|
2010-11-08 09:45:18 -08:00 |
|
Jim Mathies
|
29c450fc06
|
Bug 610201 - Fix for aero basic buttons regression after bug 591154 landed. r=roc, a=final.
|
2010-11-08 09:30:40 -06:00 |
|
Jonathan Watt
|
18d9313895
|
Bug 522306. Add support for SMIL animation of the <path> element's 'd' attribute. r=roc, r=longsonr, r=dholbert, a=roc.
|
2010-11-08 15:07:00 +00:00 |
|
Marco Bonardo
|
7619092a9a
|
Bug 609592 - Win7 JumpList is freeing up resources too early for History.
r=jimm a=gavin
|
2010-11-08 15:03:51 +01:00 |
|
Marco Bonardo
|
a15a33a2ec
|
Bug 477882 - frame-targeted visited links disappear when closing and reopening Firefox.
r=dietrich a=blocking
|
2010-11-08 15:03:49 +01:00 |
|
Marco Bonardo
|
b8a312be4a
|
Bug 549340 - reorganize ContentAreaClick, give it consistent return values and comments.
r=gavin a=blocking
|
2010-03-24 22:21:54 +01:00 |
|
Marco Bonardo
|
2b0dae34dd
|
Bug 606320 - about:home throws a invalid string exception.
r=gavin a=blocking
|
2010-11-08 15:03:44 +01:00 |
|
Marco Bonardo
|
dd6736b3d0
|
Bug 603674 - User-modifiable preference for base URL of snippets service in about:home.
r=gavin a=blocking
|
2010-11-08 15:03:42 +01:00 |
|
David Bolter
|
dc51f188cc
|
Bug 593368 - Provide mappings for html5 <nav> <header> <footer> <article>. r=marcoz,surkov a=davidb
|
2010-11-08 08:33:34 -05:00 |
|
David Bolter
|
8e47cba6d6
|
Bug 604391 - Expose placeholder as name if name is otherwise empty. r=surkov,marcoz a=davidb
|
2010-11-08 08:33:25 -05:00 |
|
David Bolter
|
c70f2caffd
|
Bug 555728 - Fire a11y event based on HTML5 constraint validation. r=surkov,marcoz a=davidb
|
2010-11-08 08:33:18 -05:00 |
|
Jonathan Kew
|
5be531ab2e
|
bug 594865 - fall back to GDI rendering on dwrite font list failure. r=bas a=blocking2.0
|
2010-11-08 11:02:27 +00:00 |
|
Robert O'Callahan
|
766651cddb
|
Fix Thunderbird bustage by calling MAKEINTRESOURCEW correctly, a=bustage
|
2010-11-08 23:47:12 +13:00 |
|
Simon Montagu
|
4a94bec7a8
|
test for bug 595435, a=test
|
2010-11-08 12:27:42 +02:00 |
|
Simon Montagu
|
9c81a220df
|
Cache line breaks that are not in the current frame due to bidi resolution. Bug 595435, r=roc, a=blocker
|
2010-11-08 12:27:42 +02:00 |
|
Simon Montagu
|
8712b63960
|
Update Unicode data files to version 6.0. Bug 606917, r=emk, a=bsmedberg
|
2010-11-08 12:27:41 +02:00 |
|
Simon Montagu
|
b82cf81784
|
Block some Mac charsets. Bug 601429, r=emk, sr=dveditz, a=blocker
|
2010-11-08 12:27:40 +02:00 |
|
Mounir Lamouri
|
b6a36b5882
|
Bug 610216 - Fix build bustage when SMIL is disabled. r=dholbert a=bustage
|
2010-11-08 10:59:59 +01:00 |
|
Robert O'Callahan
|
669ff953e8
|
Bug 602200. Share code to compute effective transforms and opacity, and snap effective transforms. r=bas,sr=vlad,a=blocker
|
2010-11-08 22:06:15 +13:00 |
|
Matt Woodrow
|
eb10edeff3
|
Bug 599507. Propagate opacity and transform from single-child ContainerLayerOGL to child. r=joe, a=blocker
|
2010-11-08 22:06:14 +13:00 |
|
Matt Woodrow
|
d94575c8d9
|
Bug 599507. Make gfx3DMatrix::operator* const. r=joe, a=blocker
|
2010-11-08 22:06:14 +13:00 |
|
Robert O'Callahan
|
50f59c86bf
|
Bug 598470. Treat all chrome display items as opaque when we're computing plugin visibility regions; this ensures translucent chrome content is visible above windowed plugins. r=tnikkel,a=blocker
|
2010-11-08 22:06:14 +13:00 |
|
Robert O'Callahan
|
26e032892f
|
Bug 594977. Part 2: Disable trackpoint hack for newer Synaptic drivers. r=jmathies,a=blocker
|
2010-11-08 22:06:14 +13:00 |
|
Robert O'Callahan
|
bdd5b7e09e
|
Bug 594977. Part 1: Make ui.trackpoint_hack.enabled live, and add ui.window_class_override pref. r=jmathies,a=blocker
|
2010-11-08 22:06:13 +13:00 |
|
Timothy B. Terriberry
|
d8357b546a
|
Bug 608166 - Add ARM assembly optimizations for libtheora r=chris.double,tterribe,khuey a=b-f
|
2010-11-08 09:47:34 +02:00 |
|
Timothy B. Terriberry
|
529063d002
|
Bug 608066 - Update libvpx to v0.9.5. r=chris,khuey a=b-f
|
2010-11-08 09:47:17 +02:00 |
|
Chris Pearce
|
02cab52e51
|
Bug 572579 - Create nsMediaCacheRemover after a 3 minute timeout. r=bsmedberg a=blocking2.0
|
2010-11-08 19:43:25 +13:00 |
|
Chris Pearce
|
0195699a42
|
Bug 572579 - Correct file perms for media cache temp subdir and file. r=roc a=blocking2.0
|
2010-10-26 14:21:16 +13:00 |
|
Chris Pearce
|
2a501c4276
|
Bug 572579 - Remove stray media cache files after 30s idle time on Windows. r=bsmedberg a=blocking2.0
|
2010-10-17 08:58:20 +13:00 |
|
Chris Pearce
|
a09af5d84d
|
Bug 589039 - Don't use uninited hashtable in Ogg index decoder. r=doublec a=bsmedberg
|
2010-11-08 19:43:24 +13:00 |
|
Jonathan Kew
|
a60f173824
|
Bug 548964 fix antialiasing problem of D2D r=masayuki, a=test-change-only
|
2010-11-08 15:41:32 +09:00 |
|
Masayuki Nakano
|
1e86a8bd94
|
Bug 548964 [DW] bottom of spellchecker underline isn't painted in <input> element with some fonts r=jfkthame, a=joe
|
2010-11-08 15:39:10 +09:00 |
|
Dave Townsend
|
f589dcff65
|
Backing out changeset e3ce3780f870 from bug 588435 which landed without approval. a=backout
|
2010-11-07 18:35:16 -08:00 |
|
Olli Pettay
|
18740286d0
|
Bug 600301 - Optimize ReplacePrep, r=benjamin, a=benjamin
--HG--
extra : rebase_source : 92cff8659239f2e62a9588234f9d3ef00f255c85
|
2010-11-07 21:39:04 +02:00 |
|
Edmund Wong
|
5b4740a5e2
|
Bug 576026 - Renamed runtests.py.in to runtests.py and removed the interpolation lines from Makefile.in r=khuey a=bsmedberg
--HG--
rename : testing/mochitest/runtests.py.in => testing/mochitest/runtests.py
|
2010-11-08 09:47:02 +13:00 |
|
Arpad Borsos
|
e714f89f61
|
Use mozRequestAnimationFrame to animate autoscroll; r=neil@parkwaycc.co.uk a=dtownsend
|
2010-08-18 19:57:31 +02:00 |
|
Frédéric Wang
|
2b9596c050
|
add private data integral (bug 534970) a=npotb
|
2010-11-08 09:34:44 +13:00 |
|
Frédéric Wang
|
e2d2f347d5
|
Add a perl script to compare MathML operator dictionaries and check validity of our private data (bug 534970)
|
2010-11-08 09:32:54 +13:00 |
|
Matt Woodrow
|
0851dee289
|
b=595727 correct assertion test to accept negative device offsets r=karlt a=joe
|
2010-11-08 09:24:09 +13:00 |
|
Jesse Ruderman ext:(%20and%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E)
|
9fe449fca7
|
assertion test for bug 595727
|
2010-11-08 09:21:20 +13:00 |
|
Karl Tomlinson
|
16bfd546e6
|
b=595727 don't rely on cairo_clip_extents returning empty when the clip region is empty r=roc a=joe
|
2010-11-08 09:21:04 +13:00 |
|
Olli Pettay
|
0a2ef887ea
|
Bug 508518, Implement nsUITimerCallback with one-shot timer, r=jst, a=blocking
|
2010-11-07 21:07:59 +02:00 |
|
Olli Pettay
|
14b91d5c34
|
Bug 314457, make <embed> to work like <object> in session history, r=bz, a=jst
--HG--
extra : rebase_source : 8c6197af20e2820ddfd6cd793b0303000f257590
|
2010-11-07 20:03:21 +02:00 |
|