Commit Graph

299683 Commits

Author SHA1 Message Date
Seth Fowler
1a987773c6 Bug 825720 - Don't use GetRootLayoutFrame to calculate the size of SVG images. r=joe 2013-01-10 19:38:34 -08:00
Yura Zenevich
1af9ac6db6 Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric 2013-02-20 08:50:51 -05:00
Martin Stransky
9f758b62be Bug 627699 - Port GTK2 to GTK3, ThemeRenderer part. r=karlt 2013-02-20 08:50:51 -05:00
Jeff Gilbert
6e032aab6c Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad 2013-02-13 15:26:24 -08:00
Jonathan Griffin
632682ff55 Bug 841836 - Update emulator for bug 716859, r=callek
--HG--
extra : rebase_source : c75cfa94dda664e52aedbee31227b5ed05ba4dd3
2013-02-19 18:05:16 -08:00
Yoshi Huang
dfc862d973 Bug 842462 - Part 3: xpcshell for Facility Lock of FDN. r=hsinyi 2013-02-20 10:21:10 +08:00
Yoshi Huang
6b97b06413 Bug 842462 - Part 2: Facility Lock for FDN implementations. r=hsinyi 2013-02-19 15:35:12 +08:00
Yoshi Huang
31c79932c8 Bug 842462 - Part 1: Update IDL comments. r=hsinyi 2013-02-19 15:25:04 +08:00
Masatoshi Kimura
b8ccef0bfd Bug 842730 - Remove nsIJSNativeInitializer from nsXMLHttpRequest. r=sicking 2013-02-20 20:54:19 +09:00
Brian Hackett
a91b61f55c Bug 842522 - Don't force construction of arguments objects in the presence of dynamic name accesses, r=luke. 2013-02-20 04:54:13 -07:00
Jim Mathies
50bf193a3e Bug 842516 - Disable the form manager until we can fix all the bugs. r=mbrubeck 2013-02-19 19:51:03 -06:00
Jim Mathies
1aab8302dd Bug 782810 - add text, link, and input context menu tests. r=mbrubeck 2013-02-19 19:51:02 -06:00
Jim Mathies
879e9bf4a9 Bug 841697 - Add image context menu tests. r=mbrubeck 2013-02-19 19:51:02 -06:00
Jim Mathies
8de51b5abf Bug 782810 - Implement Yuan's new context menu spec. r=mbrubeck 2013-02-19 19:51:02 -06:00
Jim Mathies
3b4c56cdce Bug 841686 - Update strings, order, and options for image context menu. Also includes tab fix for bug 841688. r=mbrubeck 2013-02-19 19:51:02 -06:00
Jim Mathies
2c4f6dcd85 Bug 842361 - nsIClipboard's clearClipboard doesn't clear the clipboard on Windows. r=bbondy 2013-02-19 19:51:02 -06:00
Olli Pettay
7e444ef9c6 Bug 842710 - Identify TabChildGlobals in about:memory/compartment, r=jlebar 2013-02-20 12:39:59 +02:00
Simon Montagu
6c5126dd93 Remove unused mIDNConverter and IDNConverter() from nsHTTPHandler. Bug 842295, r=honzab 2013-02-20 11:29:24 +02:00
Vicamo Yang
f7dcf44de9 Bug 836215 - Part 2/2: validate number in nsIDOMTelephony.dial(). r=gwagner 2013-02-20 17:02:50 +08:00
Vicamo Yang
acf4b44a00 Bug 836215 - Part 1/2: PhoneNumberJS: shamelessly copy of IsViablePhoneNumber() from upstream. r=gwagner 2013-02-20 17:02:45 +08:00
Mike Hommey
d5dc819a3e Bug 834337 - Make chrome/chrome/content/branding/favicon64.png the first file in omni.ja. r=blassey 2013-02-20 09:53:21 +01:00
Mike Hommey
026abf6d83 Bug 840094 - Change how nsZipArchive logging works. r=taras,r=gps
Now log in a single file given by the MOZ_JAR_LOG_FILE environment variable.
Log entries contain the URI of the Zip archive, followed by the path in the
archive.
* * *
Bug 840094 - Fixup for debug builds failure because of nsZipArchive::CloseArchive being called several times
2013-02-19 11:02:12 +01:00
Frank Wein
5c0bbd0b29 Bug 842198 - Move browser_bug822367.js test to browser/, r=tanvi
--HG--
rename : content/base/test/chrome/browser_bug822367.js => browser/base/content/test/browser_bug822367.js
rename : content/base/test/file_bug822367_1.html => browser/base/content/test/file_bug822367_1.html
rename : content/base/test/file_bug822367_1.js => browser/base/content/test/file_bug822367_1.js
rename : content/base/test/file_bug822367_2.html => browser/base/content/test/file_bug822367_2.html
rename : content/base/test/file_bug822367_3.html => browser/base/content/test/file_bug822367_3.html
rename : content/base/test/file_bug822367_4.html => browser/base/content/test/file_bug822367_4.html
rename : content/base/test/file_bug822367_4.js => browser/base/content/test/file_bug822367_4.js
rename : content/base/test/file_bug822367_4B.html => browser/base/content/test/file_bug822367_4B.html
rename : content/base/test/file_bug822367_5.html => browser/base/content/test/file_bug822367_5.html
rename : content/base/test/file_bug822367_6.html => browser/base/content/test/file_bug822367_6.html
2013-02-20 09:54:49 +01:00
Nicolas B. Pierron
3113c97bdd Bug 840696 part 4 - Avoid boxing the index for GetElement ICs. r=dvander 2013-02-20 00:49:56 -08:00
Nicolas B. Pierron
9b61cda09a Bug 840696 part 3 - Specialize the return type of GetElem ICs. r=dvander 2013-02-20 00:49:56 -08:00
Nicolas B. Pierron
4617b0f1e7 Bug 840696 part 2 - IonMonkey: Add typed array support to GetElem ICs. r=dvander 2013-02-20 00:49:55 -08:00
Nicolas B. Pierron
b01ce5597c Bug 814823 - Clean-up Ion cache mechanism. r=dvander 2013-02-20 00:49:55 -08:00
Nicolas B. Pierron
c8cfe015cf Bug 840696 part 1 - Enable GetElem IC if typed arrays & arrays are mix-up. r=dvander 2013-02-20 00:49:55 -08:00
Daniel Holbert
2d972ff70c Bug 840179: Add parens in asserted condition in txExecutionState.cpp, to fix gcc build warning. r=sicking 2013-02-19 23:20:16 -08:00
Daniel Holbert
c945fc05f1 Bug 842886: Initialize & compare size_t variables to SIZE_MAX instead of -1 in Debugger.cpp. r=ejpbruel 2013-02-19 23:20:14 -08:00
Josh Matthews
e1988fff12 Bug 832232 - Protect against missing geolocation services during shutdown. r=dougt 2013-02-20 02:10:47 -05:00
Gina Yeh
f00e5d3488 Bug 842471 - Invalid value type in BluetoothDevicePropertiesRunnable(), r=echou 2013-02-20 14:19:34 +08:00
Monica Chew
5fe1efe2a6 Bug 829832 - NEEDS CLOBBER - Compute SHA256 hash on saving files in BackgroundFileSaver. (r=paolo,cviecco,sr=biesi) 2013-02-19 12:47:59 -08:00
Matthew Gregan
9a18c81254 Bug 833724 - Use actual playback position to calculate free buffer space and change start-after-write logic in sydneyaudio Gonk backend. r=mchen
--HG--
extra : rebase_source : c9cb0ea2264713facc0d7c27e16342eb13d9751a
2013-02-20 15:55:26 +13:00
Karl Tomlinson
fb22975377 b=788935 remove unused no-op virtual GLContext::WindowDestroyed() r=vlad
CLOSED TREE
2013-02-20 11:04:00 +13:00
Karl Tomlinson
6a0e0f091a b=842468 include border in scrollbar track min size r=roc 2013-02-20 11:03:53 +13:00
Karl Tomlinson
95d3eb93f7 b=842468 use scrollbar pref thickness instead of min for resizer size r=roc 2013-02-20 11:03:48 +13:00
Karl Tomlinson
e0ec088499 b=609784 rename DBus Notifications nsAlertsService to resolve collision with XP service r=roc
--HG--
rename : toolkit/system/gnome/nsAlertsService.cpp => toolkit/system/gnome/nsSystemAlertsService.cpp
rename : toolkit/system/gnome/nsAlertsService.h => toolkit/system/gnome/nsSystemAlertsService.h
2013-02-15 12:02:08 +13:00
Karl Tomlinson
0925c59773 b=826158 remove unnecessary GtkTargetEntry::info code r=ebassi 2013-02-04 17:50:21 +13:00
Karl Tomlinson
4ba6f5344d b=623380 destroy XtClient child window on unrealize r=stransky 2013-02-04 17:50:21 +13:00
Phil Ringnalda
6eda84a60d Back out a104642698a0 (bug 842762) for b2g test bustage
CLOSED TREE
2013-02-19 19:49:41 -08:00
Matt Brubeck
9c635d6d0f Back out dd103ec4c44b through fba3a342a530 because of B2G test failures on a CLOSED TREE
--HG--
rename : toolkit/system/gnome/nsSystemAlertsService.cpp => toolkit/system/gnome/nsAlertsService.cpp
rename : toolkit/system/gnome/nsSystemAlertsService.h => toolkit/system/gnome/nsAlertsService.h
2013-02-19 17:06:18 -08:00
Cameron McCormack
437779e7fe Bug 842772 - Followup to address review comments. 2013-02-20 11:58:25 +11:00
Dave Townsend
3133bd3ac2 Bug 842839: Some add-on SDK files use windows line endings. r=gps 2013-02-19 16:18:59 -08:00
Cameron McCormack
2fe77c9684 Bug 842772 - Don't test for mask-type when the pref is disabled. r=dbaron 2013-02-20 11:24:42 +11:00
Cameron McCormack
291fa1d9d5 Bug 842829 - Fix test_condition_text.html to parse the style sheet after the pref is set. r=dbaron 2013-02-20 11:25:10 +11:00
Matt Woodrow
b6d1579a17 Bug 840480 r=roc 2013-02-20 13:13:01 +13:00
Ehsan Akhgari
818600a935 Bug 842376 - Update HTMLImageElement's named constructor to use optional arguments; r=bzbarsky 2013-02-19 18:26:44 -05:00
Gregory Szorc
787467a938 Bug 841713 - Add objdir paths to virtualenv; r=ted 2013-02-19 15:23:21 -08:00
Andrea Marchesini
322ec0eae3 Bug 842364 - Follow up 838343. r=bz 2013-02-19 18:23:15 -05:00