Paul Rouget
e7eb373969
Backing out 824b68f13f30 (bug 679364) - oranges
2013-02-25 18:23:40 +01:00
Brandon Benvie
4be720c945
Bug 679364 - use "content/browser/devtools/*" for aliases. r=rcampbell
2013-02-21 09:49:31 -05:00
Mihai Sucan
6ec3646ad8
Bug 826388 - Allow single click on line numbers to add/remove breakpoints; r=rcampbell
2013-01-03 21:29:53 +02:00
Mihai Sucan
a81099530e
Bug 725392 - Source Editor: add a method to convert mouse coordinates to character offsets, r=msucan
2012-08-02 22:30:46 +03:00
Kyle Huey
45adfbf2c8
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
e6e6deb486
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Girish Sharma
94902b2e3f
Bug 744021 - Source Editor jump to prev/next block should move to prev/next sibling block when caret has no parent block; r=msucan
2012-10-12 22:27:18 +05:30
Ehsan Akhgari
ea6f5beac9
Bug 769881 - copyStringToClipboard Optional parameters should go at the end, also this will make it backward compatible for version bumped extensions; r=roc
2012-07-01 14:18:23 -04:00
Ehsan Akhgari
a95b6edeea
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Thaddee Tyl
0c810c1dd7
Bug 714832 - [Linux] the redo command should also have the ctrl-y shortcut; r=msucan
2012-06-16 12:02:32 +03:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Girish Sharma
a8490ef635
Bug 729960 - Source Editor: add shortcuts to quickly jump to the code block start and end; r=msucan
2012-04-09 13:31:45 +03:00
Girish Sharma
53477a2d1d
Bug 739192 - Source Editor should toggle comment on line or selection with one key binding; r=msucan
2012-04-09 13:31:45 +03:00
Mihai Sucan
93034120e5
Bug 731721 - Source Editor stepping support; r=rcampbell,past
2012-03-14 18:23:39 +02:00
Pranav Ravichandran
8a526ee724
Bug 725430 - Add feature to sourceeditor/scratchpad: comment/uncomment line/block of code; r=msucan
2012-03-16 15:17:11 +02:00
Mihai Sucan
c85fa7e713
Bug 734432 - Add Orion ProjectionTextModel to our package; r=rcampbell
2012-03-11 13:25:19 +02:00
Girish Sharma
96e9d0df62
Bug 729480 - Link to rule in Style Editor should show the relevant line at the top of the editor's viewport; r=msucan f=msucan
2012-03-11 11:50:01 +02:00
Mihai Sucan
163d07e85a
Bug 731394 - Source Editor in read only mode is not entirely read only; r=rcampbell f=rcampbell
2012-03-08 19:37:35 +02:00
Allen Eubank
a8eb63c0a8
Bug 725618 - Source Editor: keyboard shortcut for moving lines up/down; r=msucan
2012-03-06 17:53:59 +02:00
Mihai Sucan
a5b9915053
Bug 684445 - Orion source editor should have built-in context menu; r=rcampbell f=rcampbell
2012-02-27 20:08:45 +02:00
Mihai Sucan
44e9c823e2
Bug 700893 - API for tracking unsaved/saved state in source editor; r=rcampbell f=fayearthur
2012-02-17 19:11:17 +02:00
Mihai Sucan
bfe616562e
Bug 717613 - Make sure the primary selection is not updated too often in the Source Editor; r=rcampbell
2012-02-08 22:59:33 +02:00
Mihai Sucan
a23fc1e763
Bug 712982 - can't select line by clicking the line number in scratchpad; r=rcampbell
2012-02-20 19:13:19 +02:00
Mihai Sucan
36d4cb4ec8
Bug 717219 - Source Editor should highlight the current line in HTML documents; r=rcampbell
2012-02-08 22:49:10 +02:00
Mihai Sucan
bf2bd25595
Bug 707987 - Ability to set breakpoints in the Source Editor (orion); r=rcampbell f=past
2012-02-18 12:58:54 +02:00
Mihai Sucan
05ae442701
Bug 718816 - Orion upstream update (with debugger ruler support code); r=rcampbell
2012-02-21 20:05:46 +02:00
Spyros Livathinos
1466c9c92f
Bug 725388 - Expose the Orion mouse events in the Source Editor; r=msucan f=msucan
2012-02-17 18:40:03 +02:00
Spyros Livathinos
d6d5fc268c
Bug 703692 - Source Editor: add support for the focus/blur events; r=msucan f=msucan
2012-02-09 14:40:41 +02:00
Cedric Vivier
74fc0f6e2b
Bug 723459 - Add an API to SourceEditor to retrieve the character(s) used for indentation. r=msucan
2012-02-02 04:18:00 +01:00
VD
159e0d8954
Bug 721324 - Allow the source code editor of Scratchpad & StyleEditor to be themed; r=dao,msucan
2012-02-06 21:35:19 +02:00
Mihai Sucan
7dc415e86e
Bug 714942 - Implement minimal UI for Jump to line in the Source Editor. r=rcampbell
2012-01-16 13:59:39 +02:00
Mihai Sucan
36ac63ff52
Bug 650345 - Implement minimal UI for Find in the Source Editor. r=rcampbell
2012-01-16 18:51:44 +02:00
Kenny Heaton
8beeb12829
Bug 684546 - The Scratchpad editor's undo/redo state is preserved across file loads. r=msucan
2011-12-20 20:03:16 +02:00
Mihai Sucan
e0a4ef4092
Bug 683172 - Source Editor should automatically set up Undo/Redo key bindings; r=rcampbell
2011-12-12 23:17:11 +02:00
Mihai Sucan
003f5e79d2
Bug 695032 - [GTK/X11] selecting text in scratchpad doesn't place it on the X primary selection; r=rcampbell
2011-12-12 20:32:35 +02:00
Mihai Sucan
7cb9ba6af7
Bug 687160 - Source Editor should provide a line-based API; r=rcampbell
2011-12-09 19:10:15 +02:00
Mihai Sucan
86756a2de6
Bug 702331 - Update Orion from upstream; r=rcampbell
2011-12-10 19:03:57 +02:00
Mihai Sucan
afc579e7ef
Bug 583041 - Style Editor integration; part 4 - orion fixes; r=rcampbell
2011-11-11 19:36:26 +02:00
Cedric Vivier
18d0ad4935
Bug 583041 - Style Editor integration; part 2; r=rcampbell
2011-10-03 19:08:15 +08:00
Rob Campbell
7e9f79d827
Bug 583041 - Style Editor integration; backout; a=orange
2011-11-07 15:02:55 -04:00
Cedric Vivier
bab469f053
Bug 583041 - Style Editor integration; sourceeditor fix; r=rcampbell,msucan
2011-10-03 19:08:15 +08:00
Mihai Sucan
020a909e6c
Bug 692807 - Update the code from Orion upstream; r=rcampbell
2011-10-12 15:52:45 +03:00
Mihai Sucan
90461f6bc7
Bug 660784 - Add the Orion source code editor to the browser; r=ehsan,rcampbell,gavin.sharp
2011-08-12 12:58:40 +03:00