Alexander Surkov
b9dc078740
Bug 732389 - image map accessible tree is not updated when image map is changed, r=bz, tbsaunde
2012-03-15 16:16:02 -04:00
Jonathan Kew
666eb3fa68
backout 51839400b331 (bug 711753) for Android build bustage.
2012-03-15 20:12:46 +00:00
julian.reschke@gmx.de
be32749df7
Bug 384571: RFC 2231 parameters not decoded when appearing in reversed order r=jduell
2012-03-04 14:12:00 -08:00
Jason Duell
363ad0c493
Bug 648878 - I will backout: investigating inbound-only failure r=jduell
2012-03-15 13:00:20 -07:00
Ali Juma
8c3b2b00ba
Bug 736205 - Make GLController.disposeGLContext actually destroy the context. r=bgirard
2012-03-15 15:58:32 -04:00
Ali Juma
a39927d4c4
Bug 736099 - Prevent a null pointer dereference in GLController.disposeGLContext. r=kats
2012-03-15 15:57:54 -04:00
Sriram Ramasubramanian
44d100d128
Bug 715292: URL bar should have straight edges on the sides. [r=mfinkle]
2012-03-15 12:31:01 -07:00
Sriram Ramasubramanian
f6274f171f
Bug 711753: Crash reporter inside ScrollView. [r=mfinkle]
2012-03-15 12:28:35 -07:00
Sriram Ramasubramanian
47d68447ae
Bug 734880: Bottom center area in tabs-tray should consume clicks. [r=mfinke]
2012-03-15 12:24:39 -07:00
Kartikaya Gupta
66c85976b7
Bug 736125 - Fix Java 7 compile warnings. r=sriram
2012-03-15 15:01:52 -04:00
Terrence Cole
9f6baf5d8c
Bug 736168 - Remove MarkablePtr; r=billm
...
Now that the marking indirection work is complete, this is no longer used and
should be removed.
--HG--
extra : rebase_source : e8116e9680c5a2005d0f9e6aea774b292cdca59c
2012-03-15 11:14:14 -07:00
Benoit Girard
769fc56fd7
Bug 734881 - Change Unofficial branding to 'Fennec $USER' for debugging. r=dougt,blassey
2012-03-12 11:16:15 -04:00
Stefan
e03f52b071
Bug 734490: fix build failures with Clang and GCC 4.7 in TestPoisonArea.cpp. r=zwol
2012-03-15 11:01:08 -07:00
Nathan Froyd
f57df3d74e
Bug 735768 - Part 3 - add tests for persistent telemetry; r=taras
2012-03-15 13:58:51 -04:00
Nathan Froyd
be1abddffc
Bug 735768 - Part 2 - robustify persistent telemetry, JS side; r=taras
2012-03-15 13:57:53 -04:00
Nathan Froyd
8ab819e591
Bug 735768 - Part 1 - robustify persistent telemetry, C++ side; r=taras
2012-03-15 13:57:04 -04:00
Luke Wagner
44406b4c4a
Bug 733950 - re-add the f.apply(arguments) optimization (r=bhackett)
2012-02-10 16:31:48 -08:00
Luke Wagner
4213c280bb
Bug 733950 - create arguments object eagerly (r=bhackett)
...
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
2012-01-17 16:35:12 -08:00
Luke Wagner
b3bc6d4946
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
Luke Wagner
b93b99bf9a
Backed out changeset 8f3b804118ef to fix message
2012-03-15 10:37:24 -07:00
Luke Wagner
d561e4f7f6
Bug 730497 - re-add the f.apply(arguments) optimization (r=bhackett)
...
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
extra : rebase_source : 28c9c4c7ea9841ea42142cf88d1091d20a4f7f9d
2012-02-10 16:31:48 -08:00
Luke Wagner
d113c3a690
Bug 730497 - create arguments object eagerly (r=bhackett)
...
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
extra : rebase_source : 78e9eccc7c3dd4570d2f78f7b5b5eb2138813e99
2012-01-17 16:35:12 -08:00
Luke Wagner
45d22b59da
Bug 730497 - rm flat closures (r=bhackett,waldo)
...
--HG--
extra : rebase_source : cf704765ad227abced9e8804aaeb1dc8d12fc5a8
2012-02-27 23:49:02 -08:00
Luke Wagner
9c04aab686
Bug 730497 - Provide stopgap fix for bug 731868 (rs=ttaubert)
...
--HG--
extra : rebase_source : 8bd215d45f64bc368326498a1b7f623bd4f9aae3
2012-03-15 10:02:45 -07:00
Brad Lassey
3c3a0da941
bug 735790 - Tab thumbnails only scale 3/4 of the window r=mfinkle
2012-03-15 00:43:53 -04:00
Margaret Leibovic
ea5892e7f5
Bug 732104 - (Part 3) Style header row. r=mfinkle
2012-03-15 10:01:11 -07:00
Margaret Leibovic
55a321dbec
Bug 732104 - (Part 2) Remove the ability to tap a folder heading to go back. r=mfinkle
2012-03-15 10:01:11 -07:00
Margaret Leibovic
d10fe7979e
Bug 732104 - (Part 1) Make sure BACK always takes you up a folder level. r=mfinkle
2012-03-15 10:01:11 -07:00
Margaret Leibovic
a1ceff2b33
Bug 731267 - Ignore "All Bookmarks" folder and its badly rooted parent. r=lucasr
2012-03-15 10:01:11 -07:00
Terrence Cole
844245f157
Bug 722946 - Add method to HashTable::Enum for inline rekeying; r=luke
...
It is possible in several places to have unconstrained client objects as the key
of a HashMap/HashSet. For generational and compacting GC, we will need to move
these objects in memory. This means we will need to remove and re-insert these
keys in a new location, during GC. Because we cannot safely allocate memory for
this, we need a specialized algorithm inside the HashTable itself.
2012-03-14 13:48:59 -07:00
Aryeh Gregor
e9f5626ad7
Bug 719518 - Selection.extend() with no ranges should throw standard exception type; r=ehsan
2012-03-14 14:27:30 -04:00
Kartikaya Gupta
fc654a9fde
Bug 735612 - Remove unneeded call to notifyLayerClientOfGeometryChange. r=Cwiiis
2012-03-15 10:43:32 -04:00
Kartikaya Gupta
b93a9723c8
Bug 735612 - Add missing synchronization around viewport manipulation. r=Cwiiis
2012-03-15 10:40:55 -04:00
Kartikaya Gupta
deb4135b71
Bug 729646 - Allow Java to update the display port on background tabs as well, so that we draw the right thing upon switching to it. r=Cwiiis
2012-03-15 10:38:43 -04:00
Kartikaya Gupta
03de70e5b4
Bug 729646 - Run the CSS viewport resizing code on background tabs as well. r=Cwiiis
2012-03-15 10:38:43 -04:00
Kartikaya Gupta
5d3dca534f
Bug 729646 - Remove some annoying logging. r=Cwiiis
2012-03-15 10:38:43 -04:00
Derrick Rice
b9bda1d71d
Bug 732363 - Avoid running test_net_addr on windows; it is failing for unknown reasons (race?) r=jdm
2012-03-15 07:10:00 -04:00
Jacek Caban
9a02c70f54
Bug 735191 - shared-libraries-win32.cc fails to crosscompile on case-sensitive OSes r=ehsan
2012-03-15 13:44:02 +01:00
Jacek Caban
d54cd7b4d7
Bug 735704 - RotateLeft32 conflicts with winnt.h macro r=Waldo
2012-03-15 13:43:28 +01:00
Robert Longson
9b626bf890
Bug 736031 - getBBox returns incorrect results with empty containers. r=jwatt
2012-03-15 11:42:54 +00:00
Lucas Rocha
6104dc9906
Bug 734177 - Add ContentProvider test infrastructure (r=gbrown)
2012-03-14 18:50:00 +00:00
Lucas Rocha
7cf2661631
Bug 734177 - Make BrowserProvider's getDatabasePath() public (r=gpascutto)
2012-03-14 18:49:59 +00:00
Lucas Rocha
be874166e2
Bug 734177 - Add PARAM_IS_TEST to BrowserProvider (r=gpascutto)
2012-03-14 18:49:59 +00:00
Lucas Rocha
0290e8e749
Bug 734177 - Only include profile is set when cleaning up records (r=gpascutto)
2012-03-14 18:49:59 +00:00
Lucas Rocha
fc48d6b881
Bug 734177 - Enable foreign keys support in sqlite (r=gpascutto)
2012-03-14 18:49:59 +00:00
Tim Chien
4809b53eb4
Bug 599289 - Change zh-TW and zh-HK default fonts, r=jdaggett
2012-03-15 18:22:40 +09:00
Jonathan Kew
5b49e0119e
bug 731536 - followup, add a reftest for Deseret text capitalization with punctuation marks. r=smontagu
2012-03-15 09:11:49 +00:00
Jonathan Kew
f28a975637
bug 735583 - eliminate font constant synonyms and use the standard forms everywhere. r=jdaggett
2012-03-15 09:04:46 +00:00
Jonathan Kew
58ed975449
bug 735419 - eliminate unused parameter in the gfxTextRun constructor. r=jdaggett
2012-03-15 09:03:51 +00:00
Jonathan Kew
0c0e3015b0
bug 735439 - optimize order of fields in gfxFontStyle to save space. r=jdaggett
2012-03-15 09:03:00 +00:00