Kyle Huey
ae5e8e9dcf
Merge m-c to b-s.
2011-07-22 00:03:35 -07:00
Gavin Sharp
3fecee7e86
Back out 0f11ca4d1733 (bug 670023) due to xpcshell test failures
2011-07-21 22:20:21 -04:00
Henri Sivonen
9ebccb6c57
Bug 563322 part 2 - Avoid calling nsScriptLoader::SetEnabled in the innerHTML setter when using the XML parser. r=Olli.Pettay.
2011-08-01 10:48:28 +03:00
Henri Sivonen
21d32e82f3
Bug 596182 - Make fragment parsers global. Remove resulting dead code. r=Olli.Pettay, r=bzbarsky.
2011-08-01 10:48:24 +03:00
Evan Shaw
598a227d79
bug 673072 - remove deprecated curl header curl/types.h from Breakpad includes. r=ted
2011-07-21 02:32:00 -04:00
Mike Hommey
705a3c352a
Bug 672758 - Fix missing endif
2011-07-22 10:24:18 +02:00
Mike Hommey
5ce612584d
Bug 672758 - Properly set GENERATE_CACHE in all cases. r=ted
2011-07-22 08:48:41 +02:00
Blair McBride
cd9c3c38b5
Bug 670023 - Use ES5's strict mode in Add-ons Manager frontend and backend code. r=dtownsend
2011-07-19 13:16:35 -07:00
Blair McBride
dbfd6cae6c
Bug 670023 - Use ES5's strict mode in Add-ons Manager frontend and backend code. r=dtownsend
2011-07-19 13:16:35 -07:00
Kyle Huey
fa6d263098
Merge m-c to b-s.
2011-07-19 08:50:02 -07:00
Marco Bonardo
3389c3bf4b
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-19 14:29:33 +02:00
Mike Hommey
df402fcea1
Bug 671631 - Don't hardcode en-US in test_update.js. r=Mossop
2011-07-19 08:54:36 +02:00
Mike Hommey
f7fab44c9e
Bug 655678 - Move startupcache precompilation to the common packaging rules, and opt-in in browser and xulrunner. r=khuey
...
--HG--
rename : browser/installer/precompile_cache.js => toolkit/mozapps/installer/precompile_cache.js
2011-07-19 08:51:54 +02:00
Josh Matthews
1a1fa6f643
Bug 672583 - Avoid calling NS_ARRAY_LENGTH on a pointer. r=josh
2011-07-21 12:52:08 -07:00
Ehsan Akhgari
72428d5e92
Backout changeset fdddabd345b9 and changeset 3857a4309fc3 (bug 649537) because of three mochitest-3 intermittent failures which seem to be caused by this on Windows debug builds
2011-07-18 18:14:59 -04:00
Ben Turner
820e368a57
Bug 649537 - 'Workers: Make one OS thread and JS runtime per worker, and lose XPConnect'. r=sicking+mrbkap.
...
--HG--
rename : dom/src/threads/Makefile.in => dom/workers/Makefile.in
rename : dom/src/threads/test/Makefile.in => dom/workers/test/Makefile.in
rename : dom/src/threads/test/WorkerTest.jsm => dom/workers/test/WorkerTest.jsm
rename : dom/src/threads/test/WorkerTest_badworker.js => dom/workers/test/WorkerTest_badworker.js
rename : dom/src/threads/test/WorkerTest_subworker.js => dom/workers/test/WorkerTest_subworker.js
rename : dom/src/threads/test/WorkerTest_worker.js => dom/workers/test/WorkerTest_worker.js
rename : dom/src/threads/test/atob_worker.js => dom/workers/test/atob_worker.js
rename : dom/src/threads/test/chromeWorker_subworker.js => dom/workers/test/chromeWorker_subworker.js
rename : dom/src/threads/test/chromeWorker_worker.js => dom/workers/test/chromeWorker_worker.js
rename : dom/src/threads/test/closeOnGC_server.sjs => dom/workers/test/closeOnGC_server.sjs
rename : dom/src/threads/test/closeOnGC_worker.js => dom/workers/test/closeOnGC_worker.js
rename : dom/src/threads/test/close_worker.js => dom/workers/test/close_worker.js
rename : dom/src/threads/test/fibonacci_worker.js => dom/workers/test/fibonacci_worker.js
rename : dom/src/threads/test/importScripts_worker.js => dom/workers/test/importScripts_worker.js
rename : dom/src/threads/test/importScripts_worker_imported1.js => dom/workers/test/importScripts_worker_imported1.js
rename : dom/src/threads/test/importScripts_worker_imported2.js => dom/workers/test/importScripts_worker_imported2.js
rename : dom/src/threads/test/importScripts_worker_imported3.js => dom/workers/test/importScripts_worker_imported3.js
rename : dom/src/threads/test/importScripts_worker_imported4.js => dom/workers/test/importScripts_worker_imported4.js
rename : dom/src/threads/test/json_worker.js => dom/workers/test/json_worker.js
rename : dom/src/threads/test/location_worker.js => dom/workers/test/location_worker.js
rename : dom/src/threads/test/longThread_worker.js => dom/workers/test/longThread_worker.js
rename : dom/src/threads/test/navigator_worker.js => dom/workers/test/navigator_worker.js
rename : dom/src/threads/test/newError_worker.js => dom/workers/test/newError_worker.js
rename : dom/src/threads/test/recursion_worker.js => dom/workers/test/recursion_worker.js
rename : dom/src/threads/test/relativeLoad_import.js => dom/workers/test/relativeLoad_import.js
rename : dom/src/threads/test/relativeLoad_sub_import.js => dom/workers/test/relativeLoad_sub_import.js
rename : dom/src/threads/test/relativeLoad_sub_worker.js => dom/workers/test/relativeLoad_sub_worker.js
rename : dom/src/threads/test/relativeLoad_sub_worker2.js => dom/workers/test/relativeLoad_sub_worker2.js
rename : dom/src/threads/test/relativeLoad_worker.js => dom/workers/test/relativeLoad_worker.js
rename : dom/src/threads/test/relativeLoad_worker2.js => dom/workers/test/relativeLoad_worker2.js
rename : dom/src/threads/test/simpleThread_worker.js => dom/workers/test/simpleThread_worker.js
rename : dom/src/threads/test/suspend_iframe.html => dom/workers/test/suspend_iframe.html
rename : dom/src/threads/test/suspend_worker.js => dom/workers/test/suspend_worker.js
rename : dom/src/threads/test/terminate_worker.js => dom/workers/test/terminate_worker.js
rename : dom/src/threads/test/testXHR.txt => dom/workers/test/testXHR.txt
rename : dom/src/threads/test/test_404.html => dom/workers/test/test_404.html
rename : dom/src/threads/test/test_atob.html => dom/workers/test/test_atob.html
rename : dom/src/threads/test/test_chromeWorker.html => dom/workers/test/test_chromeWorker.html
rename : dom/src/threads/test/test_chromeWorker.xul => dom/workers/test/test_chromeWorker.xul
rename : dom/src/threads/test/test_chromeWorkerJSM.xul => dom/workers/test/test_chromeWorkerJSM.xul
rename : dom/src/threads/test/test_close.html => dom/workers/test/test_close.html
rename : dom/src/threads/test/test_closeOnGC.html => dom/workers/test/test_closeOnGC.html
rename : dom/src/threads/test/test_errorPropagation.html => dom/workers/test/test_errorPropagation.html
rename : dom/src/threads/test/test_fibonacci.html => dom/workers/test/test_fibonacci.html
rename : dom/src/threads/test/test_importScripts.html => dom/workers/test/test_importScripts.html
rename : dom/src/threads/test/test_json.html => dom/workers/test/test_json.html
rename : dom/src/threads/test/test_location.html => dom/workers/test/test_location.html
rename : dom/src/threads/test/test_longThread.html => dom/workers/test/test_longThread.html
rename : dom/src/threads/test/test_navigator.html => dom/workers/test/test_navigator.html
rename : dom/src/threads/test/test_newError.html => dom/workers/test/test_newError.html
rename : dom/src/threads/test/test_recursion.html => dom/workers/test/test_recursion.html
rename : dom/src/threads/test/test_relativeLoad.html => dom/workers/test/test_relativeLoad.html
rename : dom/src/threads/test/test_simpleThread.html => dom/workers/test/test_simpleThread.html
rename : dom/src/threads/test/test_suspend.html => dom/workers/test/test_suspend.html
rename : dom/src/threads/test/test_terminate.html => dom/workers/test/test_terminate.html
rename : dom/src/threads/test/test_threadErrors.html => dom/workers/test/test_threadErrors.html
rename : dom/src/threads/test/test_threadTimeouts.html => dom/workers/test/test_threadTimeouts.html
rename : dom/src/threads/test/test_throwingOnerror.html => dom/workers/test/test_throwingOnerror.html
rename : dom/src/threads/test/test_xhr.html => dom/workers/test/test_xhr.html
rename : dom/src/threads/test/test_xhrAbort.html => dom/workers/test/test_xhrAbort.html
rename : dom/src/threads/test/threadErrors_worker1.js => dom/workers/test/threadErrors_worker1.js
rename : dom/src/threads/test/threadErrors_worker2.js => dom/workers/test/threadErrors_worker2.js
rename : dom/src/threads/test/threadErrors_worker3.js => dom/workers/test/threadErrors_worker3.js
rename : dom/src/threads/test/threadErrors_worker4.js => dom/workers/test/threadErrors_worker4.js
rename : dom/src/threads/test/threadTimeouts_worker.js => dom/workers/test/threadTimeouts_worker.js
rename : dom/src/threads/test/throwingOnerror_worker.js => dom/workers/test/throwingOnerror_worker.js
rename : dom/src/threads/test/xhrAbort_worker.js => dom/workers/test/xhrAbort_worker.js
rename : dom/src/threads/test/xhr_worker.js => dom/workers/test/xhr_worker.js
2011-07-17 15:09:13 -04:00
Joe Drew
d86d2598b0
Merge m-c into m-i.
2011-07-17 15:04:37 -04:00
Matheus Kerschbaum
b0c1f89ef4
Bug 579571 - Remove --enable-timeline support. r=tglek
2011-07-17 12:07:42 +02:00
Gian-Carlo Pascutto
4501f646c7
Bug 667075 - Use nsIRandomGenerator instead of querying SQLite. r=dcamp
2011-07-30 09:24:22 +02:00
Jared Wein
55ca432c49
Bug 481082. Video controls listen for stalled event and change the UI accordingly. r=dolske
2011-07-29 14:30:00 -04:00
Geoff Brown
189738a917
Bug 684965 - update xpcshell manifests for Android; r=jmaher
2011-09-06 22:29:00 -07:00
Neil Rashbrook
0e8600cbfa
Bug 685464 - DOMMenuItemActive is not consistent for menulist items, r=enn, f=surkov
2011-09-10 14:40:05 +09:00
Justin Wood
89a393075a
reland Bug 680113 - Select Add-ons dialog lists distribution add-ons as installed by the user. r=Mossop ui-r=faaborg
2011-09-08 04:11:17 -04:00
Phil Ringnalda
b23f534c65
Back out 4f7f1840152b (bug 680113) for orange
2011-09-09 22:18:19 -07:00
Taras Glek
885cb19429
Bug 674767: Use double conversion macros for jsvals, squash windows double r=glandium
2011-08-01 13:17:47 -07:00
Paul ADENOT
7a5551ec2e
Bug 619752 part 2 - Fix the front end to display infinite media duration. r=dolske
2011-08-01 14:11:28 -04:00
Rafael Espindola
8e886141e5
b=674440, r=ted.mielczarek
...
Backport r819 from google-breakpad. This lets us build XUL without linking
libcrypto.dylib which is deprecated in 10.7.
2011-08-01 13:43:23 -04:00
Marco Bonardo
a9430585ec
Bug 668245 - r=bz
2011-07-13 14:28:37 -07:00
Daniel Holbert
1bfbc2bfd3
Merge last green mozilla-central changeset to mozilla-inbound
2011-07-28 14:53:21 -07:00
Ehsan Akhgari
5ce917a794
Bug 674558 - Implement the HTML5 selectionDirection property for text controls (input and textarea); r=bzbarsky
2011-07-28 13:51:22 -04:00
Kailas
2e04bbf07a
Bug 564387 - Let "Save Video As..." respect the filename set in the Content-Disposition header. r=gavin
...
--HG--
rename : embedding/test/320x240.ogv => browser/base/content/test/bug564387_video1.ogv
2011-07-10 13:53:22 -07:00
Ehsan Akhgari
5e56126930
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-15 08:13:08 -04:00
Ms2ger
8c78d3f478
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
2011-07-15 12:31:34 +02:00
Mike Hommey
a5100b7641
Bug 671533 - Fix test_DownloadUtils.js with locales with a different decimal separator. r=edilee
2011-07-15 10:15:28 +02:00
Philipp von Weitershausen
6c71c32ba7
Merge m-c to m-i
2011-08-23 18:33:02 -07:00
Allison Naaktgeboren
f99fc1128e
Merge services-central into mozilla-central.
2011-08-23 14:38:16 -07:00
Marco Bonardo
8ad28d0ee6
Bug 680550 - Handle removeAllPages more sanely in tests.
...
r=dietrich
2011-08-23 14:34:15 +02:00
Javi Rueda
19a852d5de
Bug 355846 - Add a pref to disable sliding effect for alerts. r=enndeakin
2011-08-22 18:43:37 +02:00
Josh Matthews
677290f8fb
Bug 681061 - Avoid compartment mismatch error when displaying a growl notification. r=mrbkap
2011-08-22 17:20:52 -04:00
arno renevier
e6a982f07d
bug 678842: remember spell check setting per site; r=ehsan
2011-08-23 15:03:33 -04:00
Richard Newman
697a053b1c
Merge mozilla-central to services-central.
2011-08-22 08:03:23 -07:00
Philipp von Weitershausen
c5114c7599
Bug 676110 - Part 3b: Remove double enqueuing from PlacesEvent. r=mak
...
--HG--
extra : rebase_source : cfd6970c8de81b2cdd81329084ca79516d02104e
2011-08-19 10:12:11 -07:00
Philipp von Weitershausen
3e9348d717
Bug 676110 - Part 3: Replace 'places-updateplaces-complete' observer notification with mozIVisitInfoCallback::handleCompletion. r=mak
...
--HG--
extra : rebase_source : 36f5f1dc8fe6abd7a8dcd0059fce6bbacdeee184
2011-08-19 10:11:41 -07:00
Philipp von Weitershausen
c7939cf0be
Bug 676110 - Part 2: Tests for mozIVisitInfoCallback::handleCompletion. r=mak
...
--HG--
extra : rebase_source : d8ca2890775656618ada8417610c5e026cd7aa63
2011-08-19 10:11:37 -07:00
Philipp von Weitershausen
66e3b5d80d
Bug 676110 - Part 1: IDL changes for mozIVisitInfoCallback::handleCompletion. r=mak sr=rstrong
...
--HG--
extra : rebase_source : c18547a0bfcf74f7742683133b5a826c3ce9a63c
2011-08-19 10:11:20 -07:00
Philipp von Weitershausen
5ec18e9b8a
Bug 676110 - Part 0: Rename NotifyCompletion to NotifyVisitInfoCallback. r=mak
...
--HG--
extra : rebase_source : c19e8968ae8afdea107125fcdd56499e02e2888e
2011-08-19 10:08:49 -07:00
Siddharth Agarwal
c231358a20
Bug 668058 - Add a DIR_INSTALL nsinstall shortcut, and allow $(INSTALL) to support target-specific makefiles. r=ted
2011-07-08 14:30:27 -07:00
Marco Bonardo
638cc44627
Bug 487809 - Stop using visit_count to invalidate frecencies.
...
r=dietrich
2011-08-30 16:24:01 +02:00
Marco Bonardo
19f6ecd50b
Bug 674210 - Reduce places.sqlite cache size and reorganize history expiration around the new value.
...
r=dietrich
2011-08-30 16:23:59 +02:00
Ed Morley
ff88f326d4
Merge mozilla-central to mozilla-inbound
2011-08-30 14:28:34 +01:00
Ed Morley
18ebfbc720
Merge last green (and non Ts-regressing) changeset from m-i to m-c
2011-08-30 12:09:51 +01:00
Ginn Chen
67d155be54
Bug 674468 glxtest.cpp fails to compile with Solaris Studio r=karlt
2011-08-30 13:27:19 +08:00
Richard Newman
5577d63cb9
Bug 615413 - Part 1: Clear out old weave/ and sync/ annotations. r=mak
2011-08-29 12:52:49 -07:00
Richard Newman
5eaae03fd7
Bug 615413 - Part 0: trailing whitespace. r=mak
2011-08-29 12:52:47 -07:00
Steve Fink
75dbd86553
Bug 650078 - Make -no-remote not listen for remote commands when using X (r=bsmedberg)
...
--HG--
extra : rebase_source : 580c0f00695db5f0d25f3afd78fa1a853d76d360
2011-08-24 10:56:57 -07:00
Mike Hommey
27515a575e
Backed out changeset 76e73aad0fab, changeset be03169f5635 and changeset 1aed3d723632 (bug 681238) because of Win debug orange
2011-08-29 19:49:13 +02:00
Mike Hommey
99fb9a2482
Bug 681238 part 2 - Test WindowsDllInterceptor on functions we intercept in our codebase. r=vlad
2011-08-29 13:23:45 +02:00
Mike Hommey
2e4639eb51
Bug 681238 part 1 - Intercept a function from the executable in TestDllInterceptor. r=vlad
2011-08-29 13:23:35 +02:00
Mike Hommey
93801f5d2a
Bug 681238 part 0 - Support a few more opcodes and fix x86 mov r, [r] test. r=vlad
2011-08-29 13:23:21 +02:00
Phil Ringnalda
c30938f7e1
No bug, dos2unix feed tests, \r=\n DONTBUILD
2011-08-28 19:16:38 -07:00
Justin Lebar
7d257a3a62
Bug 667085 - Modify descriptions in nsMemoryReporterManager.cpp. r=njn
2011-07-07 09:14:53 -04:00
Chris Jones
961e8a988c
Backed out changeset 060ce5929799
2011-07-13 22:25:05 -07:00
Marco Bonardo
2a90d26c77
Bug 668245 - r=bz
2011-07-13 14:28:37 -07:00
Ehsan Akhgari
175117edf4
Merge mozilla-inbound and mozilla-central
2011-07-13 17:27:28 -04:00
Ehsan Akhgari
4cc9b4c4e9
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-13 17:23:45 -04:00
Zbigniew Braniecki
edf618660e
Bug 668842 - Add locale to telemetry metadata; r=rstrong,tglek
2011-07-13 19:00:04 +02:00
Han Chang
6135d9b650
Bug 640629 - Move timer declaration instances to prevent premature garbage collection from occuring and wiping out the timer instances before they get a chance to fire. r=jdm,gavin
2011-07-05 21:40:00 -04:00
Taras Glek
6c0ccfa697
Bug 673727: Report sqlite waiting on/off main thread via telemetry r=mak
2011-07-26 15:06:34 -07:00
stefanh@inbox.com
97ad3d0983
Bug 553992 - No focus rings for buttons in download manager, places window and the update dialog. r=dao.
2011-07-26 23:17:59 +02:00
Steve Fink
fd17d563dc
Bug 668906 - Do not call openUnsharedDatabase with a null file (r=sdwilsh)
...
--HG--
extra : rebase_source : fbd0febc77e9972d10409ce09c73759f7d156ad1
2011-07-01 15:53:41 -07:00
Ehsan Akhgari
16c06707b7
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-12 14:30:24 -04:00
Javi Rueda
9bc263f5ba
Bug 652536 - Remove workaround for bug 133527. r=ventron
2011-07-12 20:02:10 +02:00
Jacek Caban
6f36883eba
Bug 670094 - nsAppRunner.cpp fails to compile on mingw (r=roc)
2011-07-12 11:17:20 +02:00
Mounir Lamouri
fbfb5d07d2
Merging mozilla-central and mozilla-inbound.
2011-07-12 10:53:40 +02:00
Daniel Holbert
94b269683e
Backout f2390732b6a4 (Bug 668154) for apparently turning debug mochitest-oth & mochitest-4 perma-orange
2011-07-11 17:49:03 -07:00
Brad Lassey
a505ace705
bug 661282 - make xpcshell run on android r=bsmedberg
2011-06-26 22:05:51 -04:00
Taras Glek
f2972192d0
Bug 668378: Telemetry sqlite IO r=asuth
2011-07-21 11:12:31 -07:00
Marco Bonardo
377744b774
Merge mozilla-central and mozilla-inbound
2011-07-21 14:44:08 +02:00
Marco Bonardo
8dd73f97b5
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-21 14:32:10 +02:00
Nicholas Nethercote
29686fd711
Bug 669611 - Add memory reporter for GC heap fragmentation. r=jlebar.
2011-07-20 21:08:24 -07:00
Dão Gottwald
62f54e9b3f
remove trailing space. DONTBUILD
...
--HG--
extra : rebase_source : 948e1959a7c7f36300248434fdb40fdde2960fc4
2011-07-21 05:28:28 +02:00
arno renevier
8ed39834bd
Bug 669299 - Remove unneeded nsPrintfCString.h includes. r=bsmedberg
2011-07-21 04:37:31 +02:00
Josh Matthews
a3245e8ef0
Bug 548667 - Future-proof CrashSubmit against future argument additions. r=ted
2011-07-20 17:52:13 -07:00
Josh Matthews
2832eeb00d
Bug 548667 - Submit crash reports via FormData. r=ted
2011-07-20 17:51:55 -07:00
Taras Glek
692bbd7e4c
Bug 672651 - Track cache init times via telemetry r=jduell
2011-07-20 17:02:58 -07:00
Doug Turner
b57803cd6e
Bug 670880 - Remove Spatial Navigation. r=blassey
2011-07-20 15:19:59 -07:00
Jeff Muizelaar
fb97b8f591
Bug 672207. imglib: Time how long we spend in the decode loop. r=joe
...
For now this is a global counter, the eventual plan is to make this per image
format. This will be our proxy for how long we block the event loop.
--HG--
extra : rebase_source : b283fff38585825f5f46884e12508b6323e178b3
2011-07-20 17:51:54 -04:00
Mounir Lamouri
57fe0a2e82
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-20 12:18:54 -07:00
Marco Bonardo
31872c215c
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-20 15:04:30 +02:00
Dão Gottwald
bd428724cd
Restore enablePrivilege hack for non-browser-chrome consumers in mockObjects.js
2011-07-20 12:57:14 +02:00
Dão Gottwald
d9c7be7dfa
Fix for undefined Cc/Ci/Cr/Cu in test_bug500885.html, test_bug592802.html, test_bug61098.html and test_bug36619.html
2011-07-20 11:51:43 +02:00
Dão Gottwald
adb3c2f4e8
Bug 672090 - Remove toolkit/content/tests/browser/common/_loadAll.js, testRunner.js, toolkitFunctions.js. r=gavin
...
--HG--
rename : toolkit/content/tests/browser/common/mockTransferForContinuing.js => toolkit/content/tests/browser/common/mockTransfer.js
2011-07-20 10:37:53 +02:00
Michael Wu
6683dc2e18
Bug 672447 - Remove zip crc32 probe, r=taras
2011-07-20 00:35:44 -07:00
Michael Wu
c9bf6bbe17
Bug 672426 - Use GUARD_OBJECT macros in Telemetry::AutoTimer, r=taras
2011-07-20 00:34:28 -07:00
Nicholas Nethercote
4dfaf50493
Bug 671159 - Mark entries in about:memory that come from multiple same-named memory reporters. r=jlebar.
2011-07-19 16:59:17 -07:00
Ehsan Akhgari
8aa36b3b5c
Revert to changeset e0ce7821fce1 because the latest push broke all of the builds DONTBUILD
2011-07-19 16:25:54 -04:00
Mounir Lamouri
b6d655dff0
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-19 11:22:43 -07:00
Mounir Lamouri
58e2fd59fd
Backed out bug 669310, bug 668013, bug 667887 and bug 669886 due to build bustage.
2011-07-19 10:49:48 -07:00
Marco Bonardo
5f98035192
Merge mozilla-central and mozilla-inbound
2011-07-19 14:45:17 +02:00
Ed Morley
e00243b9bf
Bug 665534 - Fix unused variable warnings in nsEmbedFunctions.cpp; r=Mossop
2011-07-19 12:04:54 +02:00
Mounir Lamouri
8ae6e80c16
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-18 17:05:10 -07:00
Justin Lebar
7ff946f9af
Bug 671280 - Rename KIND_MAPPED to KIND_NONHEAP in nsIMemoryReporter. r=njn
2011-07-19 10:33:49 -04:00
Mounir Lamouri
a8065cb251
Merging mozilla-central to mozilla-inbound.
2011-08-31 17:59:12 +02:00
Dave Camp ext:(%2C%20Jason%20Orendorff%20%3Cjorendorff%40mozilla.com%3E)
72ffce7c1a
Expose jsdbg2 Debugger object as a C.u.import-able module. Bug 679031, r=ted, sr=bsmedberg.
...
--HG--
rename : toolkit/components/ctypes/ctypes.jsm => js/ductwork/debugger/jsdebugger.jsm
extra : rebase_source : 0c936a42bd4191c8cb4d98136dfccf3cca62533d
2011-08-31 10:39:39 -05:00
Joe Drew
2acb1181b7
Bug 664299 - Pass the loading principal to imgILoader::loadImage so we can operate on it later. r=bz
2011-07-14 14:47:32 -04:00
Taras Glek
38e7b30b44
Bug 670008. Fix measurement of the startup telemetry numbers. r=glandium
2011-07-14 13:02:20 -04:00
Paul ADENOT
7d07a7dae5
Bug 669616 - Round time to the nearest full-second value to fix inaccuracies in audio controls. r=dolske
2011-07-11 12:24:20 -07:00
Geoff Lankow
4450e4f1ab
Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests r=jmaher
2011-07-11 12:24:13 -07:00
Karl Tomlinson
5c3600c1f9
test for bug 624329
...
--HG--
extra : rebase_source : 04799e53a86060cf9532c2a2d72f716288997c6d
2011-07-08 15:14:00 +12:00
Doug Turner
7dbf23a135
Bug 667980: Expose network connection type to chrome. r=dougt
...
Add an attribute to nsINetworkLinkService that represents the connection type,
and add code to the android back-end to expose the connection type and notify
when it changes.
2011-07-10 15:24:05 -07:00
Jan Varga
915189b4a2
Bug 295285 - onpopupshowing does not expose accesskeys (event.shiftKey) r=enn
2011-07-09 09:41:32 +02:00
Bill McCloskey
6d7d2c9489
Bug 662646 - Avoid allocating memory in Windows crash handler (r=ted)
2011-07-08 14:43:16 -07:00
Felipe Gomes
32bd891c83
Bug 663042. Disable some breaking parts of browser startup in e10s-compat mode, and other minor adjustments. r=dolske
2011-06-24 14:32:27 -07:00
Felipe Gomes
6fedbfdf0e
Bug 663040 - Stub webNavigation for remote browsers, moved from mobile to toolkit. r=mfinkle,mossop
2011-06-24 14:33:06 -07:00
Jacek Caban
3743f9de6b
Bug 669881 - Compile nsDownloadScanner.cpp on mingw (r=jmathies)
2011-07-13 17:58:49 +02:00
Mike Hommey
0f430d06fb
Bug 661910: Iterate over all component manifests when commenting out binary components during omnijar packing. r=khuey
2011-06-11 12:28:04 -07:00
Felipe Gomes
471f4fa93c
Bug 662500. Drop support for pref that forces OOP tabs. r=bsmedberg
2011-06-07 12:23:15 -07:00
Gavin Sharp
99ab3d837a
Merge fx-team with mozilla-central
2011-07-08 10:20:52 -04:00
Marco Bonardo
77013a6607
Merge mozilla-inbound and mozilla-central
2011-07-08 11:53:56 +02:00
Marco Bonardo
66730d1252
Backout changeset 1f8010810cee due to bustage.
2011-07-08 11:36:54 +02:00
Panos Astithas
0cf65e2426
Bug 669670 - Remove workaround for getOwnPropertyDescriptor from chrome code; r=mihai.sucan,dtownsend
2011-07-08 12:21:45 +03:00
Jory A. Pratt
c78358bffd
Bug 645793 - Finish disabling gconf support if requested. r=khuey
2011-07-08 01:28:48 -07:00
Mihai Sucan
6688be7eb4
Bug 592469 - Web Console cleanup: part 11 - tests - clearDisplay(); r=dcamp
2011-07-07 14:30:40 +03:00
Mihai Sucan
437a8bed3e
Bug 592469 - Web Console cleanup: part 10 - tests cleanup; r=dcamp
2011-07-01 23:26:51 +03:00
Mihai Sucan
0b134a468d
Bug 592469 - Web Console cleanup: part 9 - tests - getOutputNodeById(); r=dcamp
2011-07-01 23:25:16 +03:00
Mihai Sucan
360329033d
Bug 592469 - Web Console cleanup: part 8 - tests - getHeadsUpDisplay(); r=dcamp
2011-07-07 14:06:06 +03:00
Mihai Sucan
b92f95c1da
Bug 592469 - Web Console cleanup: part 7 - tests - displaysIndex(); r=dcamp
2011-07-01 23:03:52 +03:00
Mihai Sucan
8248f63ec8
Bug 592469 - Web Console cleanup: part 6 - HUDService - remove displaysIndex() and more; r=dcamp,gavin.sharp
2011-07-01 23:20:09 +03:00
Mihai Sucan
15280d025b
Bug 592469 - Web Console cleanup: part 5 - HUDService - clear/unregisterDisplay(); r=dcamp,gavin.sharp
2011-07-07 18:19:58 +03:00
Mihai Sucan
86c8c346f2
Bug 592469 - Web Console cleanup: part 4 - HUDService - remove getChromeWindowFromContentWindow(); r=dcamp,gavin.sharp
2011-07-01 19:43:50 +03:00
Mihai Sucan
7f9242c510
Bug 592469 - Web Console cleanup: part 3 - HUDService - remove getConsoleOutputNode(); r=dcamp,gavin.sharp
2011-07-01 19:36:51 +03:00
Mihai Sucan
1e5ab317e1
Bug 592469 - Web Console cleanup: part 2 - HUDService - remove getOutputNodeById(); r=dcamp,gavin.sharp
2011-07-01 19:34:48 +03:00
Mihai Sucan
bce4322e85
Bug 592469 - Web Console cleanup: part 1 - HUDService - remove getHeadsUpDisplay(); r=dcamp,gavin.sharp
2011-07-01 19:32:25 +03:00
Mounir Lamouri
7967fa907e
Merge mozilla-inbound into mozilla-central.
2011-07-06 14:43:52 +02:00
Dão Gottwald
8f9726d50c
Bug 658738 - Don't leak test-console.html in browser_webconsole_bug_580001_closing_after_completion.js
2011-07-06 10:56:56 +02:00
Chris Leary
289351b012
Merge mozilla-central and tracemonkey.
2011-07-05 17:30:35 -07:00
Jacob Bramley
9a97cc1996
Bug 666918: Allow some routines to omit the frame pointer even with --enable-profiling. This will break call-graphs for these functions, but an --enable-profiling build won't work without it. [r=cjones]
2011-07-05 09:48:40 +01:00
Marco Bonardo
ef8a971b06
Backout changeset 30f74655c985 due to windows m-oth leak orange
2011-07-05 10:32:30 +02:00
Nicholas Nethercote
7cc44abc73
Bug 660731 - Add GetExplicit and GetResident methods to NSIMemoryReporterManager, attempt 2. r=khuey, sr=bz.
2011-07-05 15:34:41 +10:00
Marco Bonardo
26f3fbd63d
Backout changeset 8ab62172a2cb due to XPCShell test failure.
2011-07-04 12:41:16 +02:00
Nicholas Nethercote
220be93ebc
Bug 660731 - Add GetExplicit and GetResident methods to NSIMemoryReporterManager. r=khuey, sr=bz.
2011-07-04 16:16:02 +10:00
Nicholas Nethercote
30c8c2f0ad
Bug 663423 - Add two more memory measurements to TelemetryPing.js. r=taras.
2011-07-04 16:16:01 +10:00
Benoit Girard
7062566563
Bug 663187 - Add 'plugin', 'plugins' prefs to about:support. r=gavin
2011-06-30 17:08:11 -04:00
Ms2ger
c21b0d9b6e
Merge m-c to m-i
2011-07-03 21:54:56 +02:00
Justin Lebar
f994b1204a
Bug 663423 - Report UNITS_COUNT reporters correctly via telemetry. r=taras
2011-07-02 20:45:28 -04:00
Kyle Huey
f7711511aa
Bug 578268: Eliminate the last vestiges of mork from Firefox. r=mak
2011-07-02 12:16:45 -07:00
Geoff Lankow
d60534ba9f
Bug 665515 - Unsupported types of inline settings show as an empty row; r=bmcbride
2011-06-29 11:08:44 +12:00
Marco Bonardo
8797e8a602
bug 662806 - follow-up - revert dumb change.
2011-07-02 14:19:24 +02:00
Marco Bonardo
434e057510
Merge mozilla-inbound and mozilla-central
2011-07-02 10:39:08 +02:00
Joel Maher
6b02495bc3
Bug 668432 - move toolkit/content/tests/widgets/*.xul to mochitest-chrome; round 2. r=enn, a=test-only
2011-07-01 20:52:32 -04:00
Neil Deakin
2973a0228b
Bug 655004, cancel mouse scroll event and key events for grid datepicker and trees, prevents scroll events from bubbling up in tests, r=neil
2011-07-01 20:52:30 -04:00
Kyle Huey
1cfab001c3
Bug 668699: If urlclassifier is turned off, do not open the database. r=dcamp
2011-07-01 19:32:06 -07:00
Marco Bonardo
232fe57625
Merge Places and mozilla-central
2011-07-01 18:26:04 +02:00
Marco Bonardo
9e8a8df579
Merge backout on a CLOSED TREE
2011-07-01 16:30:02 +02:00
Marco Bonardo
7ee885dea5
Backout due to mobile failures these changesets: 9f451a1901dd, e99f86ba7278, 447b48b79e6a, cef046665c53, c9237cc1fae0, d77a331a6d5a, f8f3afb95355, a050168887ee, 3ec4303ebf4d, 671b7c0d99f0, 56b17efbb62b, beceddeee3f4 on a CLOSED TREE
2011-07-01 16:28:07 +02:00
Dão Gottwald
aba3914993
Bug 668500 - Scrollbars appear if the notificationbox overflows. r=enn
2011-07-01 12:18:50 +02:00
Marco Zehe
6ddb02a6cb
Bug 668192 - Improve screen reader reading of password manager intro text, r=gavin
2011-07-01 10:37:44 +02:00
Marco Bonardo
5cb06c5b7c
Merge Places and mozilla-central
2011-06-30 22:21:07 +02:00
Marco Bonardo
9dee0a38b4
Bug 662806 - nsINavHistoryObserver: pass GUID to onPageChanged.
...
r=philikon sr=rstrong
2011-06-30 22:06:56 +02:00
Marco Bonardo
b4221d1b49
Bug 662806 - nsINavHistoryObserver: pass GUID to onTitleChanged.
...
r=dietrich sr=rstrong
2011-06-30 22:05:49 +02:00
Marco Bonardo
3b3ddb0817
Bug 660109 - Allow to distinguish history removals caused by expiration from those requested by the user.
...
r=dietrich sr=rstrong
2011-06-30 15:34:10 +02:00
Marco Bonardo
309f2be51a
Bug 416459 - Implement proper cut action for bookmarks.
...
r=dietrich
2011-06-30 15:34:02 +02:00
Ehsan Akhgari
86da6932d3
Merge mozilla-central and mozilla-inbound
2011-06-30 05:08:20 -04:00
Nicholas Nethercote
2c2e126833
Bug 661474 - Add per-compartment memory reporters. r=wmccloskey, dolske.
2011-06-30 15:44:17 +10:00
Gian-Carlo Pascutto
bb94ffa458
Bug 665930 - Safe Browsing: Fix fragmenting of numerical IPs. r=tony@ponderer.org
2011-06-29 22:02:15 -07:00
Gian-Carlo Pascutto
3f29b2c977
Bug 665930 - Safe Browsing: Fix URL fragmenter in edge cases + tests. r=tony@ponderer.org
2011-06-29 22:01:34 -07:00
Gian-Carlo Pascutto
98961507a0
Bug 665930 - Fix typos in dbservice test code. r=tony@ponderer.org
2011-06-29 22:01:04 -07:00
Josh Matthews
af1ab03319
Merge backout.
2011-06-29 23:44:47 -04:00
Josh Matthews
5d3b32a652
Back out bug 581341 due to too many intermittent failures.
2011-06-29 23:44:28 -04:00
Dave Townsend
48d3be6b3d
Bug 666431: Track changes made to add-ons during early startup. r=robstrong
...
try: -b do -p linux,linuxqt,linux64,macosx64,win32,macosx -u xpcshell,mochitest-o -t none
2011-06-29 14:50:43 -07:00
Kyle Huey
ba740a2e7a
Merge b-s to m-c
2011-06-29 16:37:41 -07:00
Dave Townsend
48c3fdbe68
Backing out bug 666431 due to test failures.
2011-06-29 12:27:00 -07:00
Dave Townsend
ecd449c529
Bug 666431: Track changes made to add-ons during early startup. r=robstrong
2011-06-29 09:21:38 -07:00
John Ford
9a5c874715
bug 667012 - make variable specified incorrectly r=khuey
2011-06-29 08:47:52 -07:00
Rob Campbell
f40c4e13ed
merge devtools to m-c
2011-06-29 12:18:34 -03:00
Dão Gottwald
2fccc50039
Bug 658738 - Correctly remove observer
2011-06-29 16:39:18 +02:00
Ted Mielczarek
a4398294bc
merge mozilla-central and build-system
2011-06-29 09:42:11 -04:00
Ted Mielczarek
4333f51ea5
bug 659950 - implement a much simpler pair of codesize metrics: on-disk application size + installer size. r=glandium
...
--HG--
extra : rebase_source : 6ac0f4c367e7941de3dbbd05234afdb4e79ab14c
2011-06-28 07:55:56 -04:00
Felipe Gomes
cf11e2bc04
Bug 663042. Disable some breaking parts of browser startup in e10s-compat mode, and other minor adjustments. r=dolske
2011-06-24 14:32:27 -07:00
Felipe Gomes
3827b48c92
Bug 663040 - Stub webNavigation for remote browsers, moved from mobile to toolkit. r=mfinkle,mossop
2011-06-24 14:33:06 -07:00
Takanori MATSUURA
b004e8da92
bug 667295 - Generate JavaScript Shell package only when js executable is generated. r=ted
2011-06-27 00:24:59 +09:00
Kyle Huey
2426689ee4
Merge b-s to m-c
2011-06-25 10:13:14 -07:00
Oleg Romashin
a789480817
Bug 663393 - Maemo6/Meego VKB doues not work properly without meegotouch r=dougt
2011-06-25 09:22:34 -04:00
Marco Bonardo
006a1818cf
Merge last green changeset from mozilla-inbound to mozilla-central
2011-06-25 12:04:08 +02:00
arno renevier
cfdb7c5679
Bug 666224 - Fix off-by-one error when checking nsCommandLine::GetArgument aIndex argument. r=bsmedberg
2011-06-25 11:49:03 +02:00
Jared Wein
205bc10c08
Bug 518008 - Make clicking the video content area play/pause the video. r=dolske
2011-06-25 11:47:39 +02:00
Ehsan Akhgari
684c5d0a7c
Merge mozilla-central into mozilla-inbound
2011-06-24 21:17:16 -04:00
John Ford
b82c61bd53
bug 667012 - ensure PKG_PATH exists when generating checksums file r=khuey
2011-06-24 14:40:06 -07:00
Rob Campbell
53a9430a7b
Bug 651501 - document.body fails to autocomplete in Web Console; backout; a=developers
2011-06-24 18:01:32 -03:00
Kyle Huey
95c074ff2d
Merge m-c to b-s.
2011-06-24 09:01:06 -07:00
Marco Bonardo
8d56f5c0e0
Merge last green changeset in mozilla-inbound to mozilla-central
2011-06-24 11:32:12 +02:00
Jonas Sicking
cd52437ea7
Bug 658714 Part 6: Fixups after search'n'replace s/nsPIDOMEventTarget/nsIDOMEventTarget/. r=smaug
2011-06-23 19:18:01 -07:00
Jonas Sicking
07c1f0b90f
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
2011-06-23 19:18:00 -07:00
Justin Wood
cb496ad1d6
Merge backout of Bug 660427
2011-06-23 20:45:10 -04:00
Justin Wood
6055de0fd5
Backout Bug 660427 to make the code slightly cleaner now that SeaMonkey no longer needs it (see SeaMonkey Bug 666518). r=backout
2011-06-23 20:44:20 -04:00
Rob Campbell
7e31d394cf
merge m-c to devtools, conflict in inspector.js
2011-06-24 15:50:35 -03:00
Dave Townsend
7506247545
Bug 439672: Add-on uninstall fails when one of the add-ons files is locked. r=robstrong
2011-06-23 09:13:46 -07:00
Mounir Lamouri
e42912f4f7
Merge last green changeset of mozilla-inbound into mozilla-central.
2011-06-23 11:15:52 +02:00
Dão Gottwald
6ccb27992f
Bug 665580 - Hide http:// and single trailing slashes in the location bar. ui-r=faaborg r=sdwilsh
2011-06-23 10:13:41 +02:00
Jonas Sicking
6a4c3e2ab2
Bug 664932: Make update unit tests not implement nsIXMLHttpRequestEventTarget in script. r=rstrong
2011-06-22 15:17:07 -07:00
Ehsan Akhgari
eb1c080ad6
Merge mozilla-central into mozilla-inbound
2011-06-22 20:19:47 -04:00
Dave Townsend
aff5447fec
Bug 665780 - "Racy code in background_update of test_blocklistchange.js". r=rs
...
--HG--
extra : rebase_source : f2062288a65527eb0605f94f38e731306b807f53
2011-06-22 16:49:18 -07:00
Taras Glek
277e1d39a6
Bug 666307 - update zip telemetry r=mwu
2011-06-22 10:24:17 -07:00
Panos Astithas
a8712ba856
Bug 664788 - console.log(message) doesn't show leading whitespace in message; r=mihai.sucan,dao
2011-06-17 16:51:16 +03:00
Rob Campbell
e9686a2316
Bug 664788 - console.log(message) doesn't show leading whitespace in message, backout to clear some orange
2011-06-24 09:54:45 -03:00
Mihai Sucan
aaf586a8d1
Bug 660806 - Autocomplete shows during history navigation; reland; r=rcampbell,dtownsend
2011-06-23 10:40:38 -03:00
Rob Campbell
8c603c065a
Bug 660806 - Autocomplete shows during history navigation; backout to fix checkin, a=rcampbell
2011-06-23 10:39:31 -03:00
Rob Campbell
17990e2e10
Bug 660806 - Autocomplete shows during history navigation; r=rcampbell,dtownsend
2011-06-23 10:32:56 -03:00
Rob Campbell
e75f54f37b
Bug 653140 - GCLI needs a commonjs require system; backout, a=orange
2011-06-23 09:01:39 -03:00
Panos Astithas
dc28500b7c
Bug 664788 - console.log(message) doesn't show leading whitespace in message; r=mihai.sucan,dao
2011-06-17 16:51:16 +03:00
Panos Astithas
a4d1607c4e
Bug 659778 - Web Console autocomplete is behind the Web Console window; r=ddahl,enndeakin
2011-06-17 11:13:16 +03:00
Matheus Kerschbaum
96d5779e94
Bug 662023 - Remove ActiveX embedding API part 1: remove support from the build system. r=bsmedberg
...
--HG--
extra : rebase_source : d05e2577581e76b2eedf348f5840e40619eaf4c2
2011-06-22 11:57:27 -04:00
Taras Glek
cea0e1bf96
Bug 661573 - Telemetry: Do not record/send data in private mode r=Mossop
2011-06-28 16:57:44 -07:00
Taras Glek
6c90dd6553
Bug 666707 - Add a telemetry probe to record whether we started following a successful shutdown r=zpao
2011-06-28 16:54:36 -07:00
Taras Glek
ca7e11eb83
Bug 666309 - Histogram.Add should accept boolean, double values r=jorendorff
2011-06-28 16:54:33 -07:00
Ehsan Akhgari
ea86dfa105
Merge mozilla-central and mozilla-inbound
2011-06-28 18:43:09 -04:00
Joe Drew
0169905f3e
Back out fcf08eff68eb (Bug 658894) for causing Reftest assertions.
2011-06-28 14:42:06 -04:00
Joe Drew
075aa11a02
Merge m-c to m-i
2011-06-28 12:21:04 -04:00
Joe Drew
fb3508d786
Merge last green changeset from mozilla-inbound to mozilla-central.
2011-06-28 12:11:31 -04:00
Kyle Huey
875ae3ab9d
Merge b-s to m-c.
2011-06-28 08:54:26 -07:00
Marco Bonardo
97e50f4bc9
Merge last green changeset from mozilla-inbound to mozilla-central
2011-06-28 11:17:15 +02:00
Raymes Khoury
9fb77d8199
Bug 537857 part 3 - Fix assert failure in dump_syms in some cases when the linker discarded symbols. r=ccountant,r=jimb
2011-06-28 08:25:49 +02:00
Jared Wein
98c4fe0710
Bug 667323: right clicking a video shouldn't trigger play/pause behavior, r=gavin
2011-06-27 20:57:35 -04:00
Jonas Sicking
4ed92459e8
Bug 665632: Remove Add/RemoveEventListenerByIID from satchel. r=dolske
2011-06-27 16:34:56 -07:00
Mihai Sucan
6fffb26cfa
Bug 667422 - Add localization note for the Web Console panel title string; r=ehsan
...
DONTBUILD
2011-06-27 19:32:05 +03:00
Ehsan Akhgari
4ea6639717
Merge the latest green changeset on mozilla-inbound to mozilla-central
2011-06-27 16:22:20 -04:00
Chris Leary
b6e46acdbd
Merge mozilla-central and tracemonkey.
2011-06-27 11:07:22 -07:00
Honza Bambas
1b92ab5f6e
Bug 658894 - Collect basic telemetry for HTTP requests and page load, r=jduell+tglek
2011-06-28 16:49:45 +02:00
Justin Lebar
f9c6aa8cc8
Bug 666667 - Update TelemetryHistograms.h to indicate that memory is reported in KB, not MB, and update memory reporters' names. r=taras
2011-06-27 13:03:28 -04:00
Mike Hommey
7092110faa
Bug 666657 - Don't use a static array of char to set the MOZ_CRASHREPORTER_STRINGS_OVERRIDE environment variable. r=bsmedberg
2011-06-27 15:31:04 +02:00
Justin Lebar
bb227a874b
Bug 664758 - Add page fault reporting to telemetry. r=taras
...
--HG--
extra : rebase_source : 89d0936181a705d3d6ec7ceab8648b6694989d20
2011-06-16 14:38:23 -04:00
Justin Lebar
5daed65b45
Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz
...
--HG--
extra : rebase_source : 47dd7501dea7ae69e01828a5c730e8853739dc71
2011-06-16 14:34:09 -04:00
Justin Wood
240fbfe990
Bug 660427 - Update (re)packaging code to deal with extracting the installer vs just the zip. r=khuey
...
This patch does fixups needed for SeaMonkey for the optional/ case.
2011-06-13 21:17:00 -04:00
Justin Lebar
bfb2e9d6ac
Merging mozilla-central and build-system.
2011-06-14 15:16:38 -04:00
Geoff Lankow
6cd7bd535a
Bug 536503 - Fix for test
2011-06-14 13:47:23 +12:00
Ehsan Akhgari
7c55737ac3
Back out Dao's push because of build bustage
2011-06-14 00:17:10 -04:00
Geoff Lankow
c2b9056067
Bug 536503 - Fix for test
2011-06-14 13:47:23 +12:00
Matheus Kerschbaum
ee97cff85a
Bug 662023 - Remove ActiveX embedding API part 1: remove support from the build system. r=bsmedberg
2011-06-14 05:50:38 +02:00
Dão Gottwald
dea1dade04
Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2.
2011-06-14 00:02:28 +02:00
Robert Strong
66be312696
Bug 661784 - Make sure that the nsITimer variable doesn't get garbage collected causing the updater tests to fail intermittently; r=ehsan
2011-06-13 17:32:17 -04:00
Justin Lebar
68980bd8f4
Bug 663810 - Remove modules/libreg/standalone. r=khuey
2011-06-13 11:12:00 -04:00
Ted Mielczarek
744a49d18d
Backed out changeset d12dda590f4a – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:40:35 -04:00
Ted Mielczarek
955424cbc1
Backed out changeset d12dda590f4a – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:40:15 -04:00
Ted Mielczarek
fe64295339
Backed out changeset 055e5a11a673 – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:38:43 -04:00
Ted Mielczarek
2f54dff086
Backed out changeset 055e5a11a673 – bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, for causing bug 663796 (unittests failing to run)
2011-06-13 10:37:24 -04:00
Ted Mielczarek
b9712b1eab
merge m-c and b-s
2011-06-13 09:09:43 -04:00
Ed Morley
8aaddd0334
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
2011-06-12 03:49:00 -04:00
David Humphrey
5cbd8641da
bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, r=ted
2011-06-11 08:02:00 -04:00
David Humphrey
841ed1b803
bug 543463 - Make it easier for non-Mozilla devs to get and use the JavaScript Shell, r=ted
2011-06-11 08:02:00 -04:00
Bill McCloskey
33aaa1793d
Bug 662646 - Tests for new crash report API (r=ted)
2011-07-07 17:31:11 -07:00